Page 1 of 1

AMOS 0.6.0 Released

Posted: Tue Jun 20, 2006 6:16 am
by spacedsteve
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

Re:AMOS 0.6.0 Released

Posted: Tue Jun 20, 2006 8:38 am
by Pype.Clicker
spacedsteve wrote: As an aside the AMOS project recieved a first class honours result as my final year degree project! :)
congrats!

Re:AMOS 0.6.0 Released

Posted: Tue Jun 20, 2006 12:56 pm
by Kemp
Congratulations indeed :D

[me=Kemp]nervously waits for his own results[/me]

Re:AMOS 0.6.0 Released

Posted: Tue Jun 20, 2006 12:58 pm
by Bob the Avenger
Well done!
[me=Bob the Avenger]is waiting for his final GCSE exam[/me]

Re:AMOS 0.6.0 Released

Posted: Tue Jun 20, 2006 4:19 pm
by spacedsteve
Thanks everybody! best of luck to those of you getting your results too :)

Re:AMOS 0.6.0 Released

Posted: Tue Jun 20, 2006 5:08 pm
by Kemp
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 :P 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

Posted: Tue Jun 20, 2006 7:24 pm
by Tk
looking good, keep up the good work. Very well done documention as well.