AMOS 0.4.0 Released
Posted: Sat Feb 04, 2006 7:54 am
Hi all, I've put up the latest (long overdue) build of AMOS.
Get the source code : http://amos.harmonysecurity.com/files/amos-src-0.4.0.zip
Get the binaries: http://amos.harmonysecurity.com/files/amos-bin-0.4.0.zip
The main features are:
* Finished Memory manager subsystem with physical memory manager, virtual memory manager with paging, DMA, and a heap memory manager.
* File system subsystem with a semi implemented FAT file system driver (supports file opening, reading, directory traversal and listing). A device file system for accessing IO devices and a virtual file system to provide access to these underlying file systems.
* IO subsystem with an IO controller layer to marshell communications to IO device drivers (from the device file system), and default device drivers for the keyboard, virtual consoles and a semi compleated floppy driver (no write support yet).
* A bare bones process manager subsystem with a simple round robin scheduler with preemptive task switching and some simple routines for creating a process.
A productive 6 months of development I think, all comments welcome, cheers
Web site: http://amos.harmonysecurity.com/
SourceForge project page: http://sourceforge.net/projects/osamos
Get the source code : http://amos.harmonysecurity.com/files/amos-src-0.4.0.zip
Get the binaries: http://amos.harmonysecurity.com/files/amos-bin-0.4.0.zip
The main features are:
* Finished Memory manager subsystem with physical memory manager, virtual memory manager with paging, DMA, and a heap memory manager.
* File system subsystem with a semi implemented FAT file system driver (supports file opening, reading, directory traversal and listing). A device file system for accessing IO devices and a virtual file system to provide access to these underlying file systems.
* IO subsystem with an IO controller layer to marshell communications to IO device drivers (from the device file system), and default device drivers for the keyboard, virtual consoles and a semi compleated floppy driver (no write support yet).
* A bare bones process manager subsystem with a simple round robin scheduler with preemptive task switching and some simple routines for creating a process.
A productive 6 months of development I think, all comments welcome, cheers
Web site: http://amos.harmonysecurity.com/
SourceForge project page: http://sourceforge.net/projects/osamos