os project
Posted: Mon Feb 25, 2002 12:00 am
I planned to design own OS for several years, but
as a fact work was more important for me than amateur
OS programming.
I decided to discuss streams based architecture
with other people. The main concept of OS is
that it is micro kernel based (nothing new),
stream based (the only way to communicate with
other processes is to create streams).
There are many OSes like that, but the developers
didn't design OSes robust, and a lot of these project
failed.
(The adventage of this concept is that it allows to
create distibuted systems without any additional coding).
as a fact work was more important for me than amateur
OS programming.
I decided to discuss streams based architecture
with other people. The main concept of OS is
that it is micro kernel based (nothing new),
stream based (the only way to communicate with
other processes is to create streams).
There are many OSes like that, but the developers
didn't design OSes robust, and a lot of these project
failed.
(The adventage of this concept is that it allows to
create distibuted systems without any additional coding).