MikeOS 3.0 development update
Posted: Sat Nov 22, 2008 7:01 am
Hi all,
Just a quick status message for those interested. We're currently working on MikeOS 3.0, the next major release of our 16-bit real mode operating system. MikeOS is designed as a learning tool for people new to OS construction and those studying x86 assembly language. The OS and programs reside in a single 64K segment (so nobody has to mess around with segment registers) and it uses the BIOS for hardware access, so that the code doesn't need complicated drivers.
For MikeOS 3.0, the code is forking into two projects: MikeOS is focusing on simplicity, well-commented code and detailed documentation, while TomOS, from the author of the MikeOS 2.0 mouse driver, will take on experimental features and other stuff which changes the design substantially. I'm sure Tom will post an announcement here when he has the first TomOS release ready.
See this message and then this message on the mailing list for progress so far. If you'd like to get involved, this post contains a list of tasks for 3.0 (note that the Windows building guide has already been completed). If you want to help, join the mailing list or drop me a line!
The latest download (2.9.3), mailing list info and everything else can be found at the website:
http://mikeos.berlios.de
(And what announcement would be complete without a screenshot? I've been working on making the menu interface slightly cleaner.)
Cheers,
Mike
Just a quick status message for those interested. We're currently working on MikeOS 3.0, the next major release of our 16-bit real mode operating system. MikeOS is designed as a learning tool for people new to OS construction and those studying x86 assembly language. The OS and programs reside in a single 64K segment (so nobody has to mess around with segment registers) and it uses the BIOS for hardware access, so that the code doesn't need complicated drivers.
For MikeOS 3.0, the code is forking into two projects: MikeOS is focusing on simplicity, well-commented code and detailed documentation, while TomOS, from the author of the MikeOS 2.0 mouse driver, will take on experimental features and other stuff which changes the design substantially. I'm sure Tom will post an announcement here when he has the first TomOS release ready.
See this message and then this message on the mailing list for progress so far. If you'd like to get involved, this post contains a list of tasks for 3.0 (note that the Windows building guide has already been completed). If you want to help, join the mailing list or drop me a line!
The latest download (2.9.3), mailing list info and everything else can be found at the website:
http://mikeos.berlios.de
(And what announcement would be complete without a screenshot? I've been working on making the menu interface slightly cleaner.)
Cheers,
Mike