AtheOS is a modern, free (GPLed) Operating System written from scratch in C++. A big chunk of the OS is POSIX compliant, supports multiprocessing and it is GUI-oriented (fully OOP). Today we are hosting an interesting interview with the AtheOS creator, Kurt Skauen. Kurt is talking about his views on binary compatibility in future versions, multithreading and the future of his OS in general.
Permalink for comment
To read all comments associated with this story, please click here.
unix traditionally wasn't multithreaded. and most linux programs are not multithreaded either. when talking about porting single threaded applications to beos, these often are unix/linux applications. there is a big difference about multiprocessing and multithreading.
i'm not sure but i think linux threading support is even exceptionally bad and it doesn't support true kernel threads, but i may be wrong about that.
-- martijn
unix traditionally wasn't multithreaded. and most linux programs are not multithreaded either. when talking about porting single threaded applications to beos, these often are unix/linux applications. there is a big difference about multiprocessing and multithreading. i'm not sure but i think linux threading support is even exceptionally bad and it doesn't support true kernel threads, but i may be wrong about that. -- martijn