Version 0.5.0 Released
Saturday, March 11, 2006
Released 0.5.0 with the near finished process manager subsystem and lots of bugfixes. A simple user shell application is included along with a test application. Each virtual console has an instance of the shell spawned on it so you can finally interface with the kernel via a pretty good set of system calls. Each process spawned is a user mode process (ring3) with its own address space so theirs good separation and protection between multiple processes in the system. The test application lets you perform some illegal operation to stress test how stable the kernel is, so you can perform page faults, general protection faults and the like at will. The kernel process (ring0) after initializing the kernel itself and spawning the initial shells turns into the systems idle process. I have tested 0.5.0 on VMWare, Qemu and Bochs and it seems to be pretty stable. Their are some known issues with the FAT driver; still no write support and some small bugs with file/path naming. Also virtual mount points are not included within list operations. Pressing F5 at any time will display the schedulers current process table.
Download the source code or binarys here:
AMOS 0.5.0 release (SourceForge.net)
And finally some screenshots of AMOS running, click to enlarge...

Spawning the test.bin application and generating a GPF exception.

Manipulating the file system.
Download the source code or binarys here:
AMOS 0.5.0 release (SourceForge.net)
And finally some screenshots of AMOS running, click to enlarge...

Spawning the test.bin application and generating a GPF exception.

Manipulating the file system.
