Version 0.6.0 of AMOS has at last been released! Changes included better standard C library support, improved DMA memory allocation, a big bug fix in the physical memory manager and lots of smaller fixes. The FAT driver has also been improved with write support (although some known bugs in that). A new CPU bound test application of the Towers of Hanoi has been included for stress testing the system. I have tested 0.6.0 on VMWare, Qemu, Bochs and a variety of machines in my lab and it seems to be stable.
The Implementation documentation for 0.6.0 is also up on my site, get the PDF here:
http://amos.harmonysecurity.com/files/AMOS%200.6.0%20Implementation.pdf
Its a high level look at the kernel code. Used allong side the source code comments should provide a good way for people to understand the implementation. If I get around to fixing up the design documentation I will put it up also. As an aside the AMOS project recieved a first class honours result as my final year degree project!
I would be gratefull to everybody who checks it out to give the 0.6.0 release a test and maby even look over the code and forward me on all bug reports, cheers.
Download the 0.6.0 release over on SourceForge.Net here:
http://sourceforge.net/project/showfiles.php?group_id=148539&package_id=163838&release_id=426058
AMOS 0.6.0 Released
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:AMOS 0.6.0 Released
congrats!spacedsteve wrote: As an aside the AMOS project recieved a first class honours result as my final year degree project!
Re:AMOS 0.6.0 Released
Congratulations indeed
[me=Kemp]nervously waits for his own results[/me]
[me=Kemp]nervously waits for his own results[/me]
Re:AMOS 0.6.0 Released
Well done!
[me=Bob the Avenger]is waiting for his final GCSE exam[/me]
[me=Bob the Avenger]is waiting for his final GCSE exam[/me]
Re:AMOS 0.6.0 Released
Thanks everybody! best of luck to those of you getting your results too
Re:AMOS 0.6.0 Released
And getting back to the whole point here... lol. I'll test that in Bochs for you, though I doubt I'll turn up anything if you didn't It's the first OS other than the usual Windows that has ever run on this machine though, it should feel suitably privileged (gah, I can't spell that today) ;D
Re:AMOS 0.6.0 Released
looking good, keep up the good work. Very well done documention as well.