README for Hurricane Kernel Software
This package contains the source for the Hurricane kernel, including the
kernel proper, the memory manager, and the device drivers. The source is
provided AS IS, with no guarantees about running correctly or even compiling.
It is provided for the benefit of other micro-kernel developers who may be
encountering the same types of problems we encountered in designing and
implementing Hurricane.
Interesting features:
- Uses Distributed locks
- Implements heirarchical clustering
- Supports SCSI disks and ethernet
- Implemented in C++
Have fun!!