Dragoon kernel
planningAs of 2011-08-01, this project is no longer under active development.
Description
a concept operating system that is UNIX like; however, is not a micro-kernel, monolithic kernel, or any kernel in particular. it is based off inferno, a plan9 like UNIX.
Dragoon kernel Web SiteFeatures
- interpreted managed byte code and assembler mix
- kernel mode only--eleminating context switches and increasing speed
- dynamic linking through the managed code interpreter
- seperation of all programs through virtual address spaces
- kernel modules are programmed in managed code, and are definable through a generic api for specific modules
User Reviews
Be the first to post a review of Dragoon kernel!