3 projects tagged "Operating System"
DragonFly belongs to the same class of operating systems as other BSD-derived systems and Linux. It is based on the same Unix ideals and APIs and shares ancestor code with other BSD operating systems. DragonFly is differentiated from other operating systems in its class by, among others, the HAMMER file system, Virtual Kernels, swapcache, and the pervasive use of soft token locks. DragonFly provides an opportunity for the BSD base to grow in an entirely different direction from the ones taken in the FreeBSD, NetBSD, and OpenBSD series.
Cross Linux From Scratch (CLFS) is a project that provides you with step-by-step instructions for building your own customized Linux system entirely from source. This is a multi-architecture version of Linux From Scratch that is cross-compiled. It currently supports Alpha, MIPS, PowerPC, Sparc, x86, and x86_64.
C++ template classes implementing a B+ tree key/data container in main memory.