Everything now works in all major emulators and all the real hardware that I have access to. I finished improving the existing drivers and file systems to meet my goals for my next major release.
It is 1 year (and 3 days) since I started writing my operating system

You can download floppy and ISO images from the homepage - http://softwarewizard.dk/mojo/index.php?page=download.
This is my test goals for this release (more details here http://softwarewizard.dk/mojo/index.php?page=testing):
1. Working on real hardware
2. Kernel memory handling working on real hardware
3. ATA/ATAPI driver works on real hardware
New features:
- Improved handling of BIOS memory map
- ATA/ATAPI driver works on real hardware
- Added support for German
- Kernel command line parameters
- Loads and boots 3 to 4 times faster (on real hardware)
- Unit tests runs under Cygwin to cross validate my libc, POSIX and STL implementations
- Many minor improvements
Old features:
- Micro kernel
- Preemptive multitasking
- Partial asynchronous IPC
- Simple shell and simple GUI applications
- Follows standards (libc, STL, POSIX)
- Good test coverage
All feedback and feature request are welcome.
clange
P.S. I have also finally gotten my code tracking tool online again - http://softwarewizard.dk/codetracker/.