David Summers' Unix Operating System (sumnix) Welcome to my corner of the OS Development world. Sumnix aims to be a Linux/Minix3-like operating system where I can learn what it takes to design and code an operating system. For now, the main features are: 1. Written in C++ except for tiny bits of required assembler. 2. Each device driver (at least), and later each kernel module will operate in its own address space. See the NEWS file for latest info. See the Documentation directory for design and other documentation. Project Started: 2007-02-09