PhloxOS and Phlox Microkernel
Latest sources
Latest sources can be obtained from Subversion repository. Use the following SVN command to check out repository:
"svn co https://phlox-os.svn.sourceforge.net/svnroot/phlox-os phlox-os"
Released repository snapshots
Features (and the main Goals)
True microkernel design. Only small peice of code works on highest priviledge level, that makes the system more reliable.
Portability. Written in C language with small amount of hardware-specific code, so it can be easily ported to other hardware platforms.
Scalability. Varying set of system services it can be adapted to work on cellular phone, desktop PC or used as embedded system.
How to build
Extract snapshot tarball (if you have downloaded repository snapshot) and enter "phlox" directory. Type "make" to build bootable image or type "make bochs" to start Bochs emulation. For more information type "make help".
Author
Other projects
CWTLib - Set of continuous wavelet transform algorithms
Last modified: Fri, 23 Oct 2009 21:39:34 +0800
Designed with Vi