I'm proud to announce that the planned features for the first version of the OS I'm writing with one of my friends are complete and now I released the first version, 0.0.1. I'd appreciate if you could test it and some feedback would be welcome also. All you need is an emulator or a rewritable CD. You can grab the ISO file from here. Note that we can not take any responsibility for any possible damage caused when tested on a real machine.
A few word about the OS. You have only one option in GRUB, so it's not hard to decide which kernel to boot. After hitting enter in GRUB the kernel will start to boot. During boot you'll see scrolling lines on the screen and after a little time it will (hopefully) stop. If the text is not ended with a line starting with "Panic" than the system is usable. You have 6 virtual terminals to work on. In the first 5 terminals 1-1 instance of the yaosp shell is started and waiting for your commands. The last terminal is used to display the kernel log. You can switch easily between terminals with F1 .. F6 keys. It is also possible to scroll up/down the terminals with the Page Up and Page Down keys.
At the moment the OS has a very limited range of commands you can use in the shell. These are the following: cd, pwd, ls, cat, date, lspci, ps, stat, sysinfo.
The minimum system requirements are
- Intel Pentium (or better) CPU
- At least 8Mb of memory
- PS/2 keyboard
- CD-ROM drive
giszo