EuOS 1.6 is out
- Posted by Undetermined origin c/o LISTSERV administrator Aug 13, 2000
- 491 views
I just put EuOS 1.6 on my website. I've added a lot... a root filesystem (so you can access files on the normal filesystem), a /dev filesystem, and a driver for console I/O. I've also added to the kernel a bit, fixed a few bugs, and added error checking code. Finally, I've added several programs including a very simple shell which allows you to run any program in the foreground or in the background, a hello world program, and a port of the sieve benchmark to EuOS (so it supports multitasking... you can run it in the background with the shell command /bin/sieve& and then run other programs at the same time). It's all available at http://JJProg.tripod.com/euos.html. I've also added a README file with a brief description of the shell. I'll add more detailed documentation on everything later. Jeff Fielding