Anyway, I know that there aren't many new visible features, but there are many changes internally (thats how OSdev goes! )
And please note that this is a kernel.
[Floppy] http://seakernel.googlecode.com/files/floppy_b1.img
[Source]http://seakernel.googlecode.com/files/trunk.zip
http://code.google.com/p/seakernel
- Device Management integrated
Fixed some bugs
Tasking is good, better signaling (it runs them when the task runs, not when they are signaled)
Configuration system is better
Please proofread the readme...
Notes:
To run programs, type a period and then a program name (e.g. '.ls'). Valid commands are:
.init Loads another shell (the shell is a separate executable)
.ls Lists all files in the root FS
.sync Runs a sync system call (does nothing yet)
.gr Switches Graphics modes and draws a rectangle (and halts the system)
.atam Loads a hard Drive module
die Exits The Shell (and resets the system)
-JL