
New features since version 0.2.5 include:
+ATA driver
+Floppy disk driver
+A Virtual File System
+FAT12 read support
+FAT32 read support
+Ability to boot from floppy or disk without recompiling. (basically it detects the boot disk from grub and auto mounts it.)
Download:
http://code.google.com/p/secretion/
If anyone wants the 32mb disk image to test the ATA driver and the FAT32 code please say so.
Notes and known issues:
+ Some people didn't like the name last time. I'm still undecided. If you have any suggestions feel free to give them.
+ Floppy access is DEATHLY SLOW. If anyone can recommend a way to speed it up it would be much appreciated. As long as the clock at the bottom continues to tick you know that the system has not frozen.

+ The window code is fragile. I plan on re-writing it for the next version but until then, expect bugs related to the windows.
+ Please test the file system throughly. Feed it the nastiest path name that you can think of. (something like "cd /dev/../config/kernel/../../bin/./../boot/grub/../../bin/kernel/./../kernel/modules" and see if you actually end up in the folder called "modules".)
+ The beep function seems only to work if you have a proper PC speaker. (I think the problem is related to the frequency of the sound being too low... not sure exactly though.)
+ Feel free to open an issue on the googlecode page so that I can keep track of all of the bugs. (Hopefully there aren't that many...)