A new compact operating
system
Users often curse at their computers: they crash, another virus has been
detected, the software is incomprehensible or is using too much memory.
With these problems in mind, I wanted to find out how most Operating
Systems work, and develop one myself. My goal was to create a prototype
of an OS that is both user-friendly and stable, as well as compact and
secure. I also wanted to implement some new ideas and combine the elements
of a desktop- and server OS into one system. 150,000 lines of code later,
my OS is able to boot from floppy, run applications, communicate with
other computers, provides an interface that is easy to use, is protected
by several security functions and can act as a server ( I am currently
using it as a web-server on a floppy!). The features of this new OS should
make using the computer easier and more pleasant and make the OS suitable
for both desktop and server applications, even on smaller devices with
less storage capacity.
|