RSS 1 project tagged "Operating System"

Download No website Updated 22 Nov 2012 BugOS

Screenshot
Pop 29.46
Vit 13.33

BugOS is a microkernel operating system. It has a kernel, device drivers, a file system, and an Internet module. The main concepts are that every process has its own computer with its own console, security, and modularization. If a process wants to read the file, it asks the kernel. The kernel forwards the request to the filesystem driver, which reads and writes through the partition handler, which operates over the idehdd driver. The kernel is around 20 KB. Processes are fully separated from hardware.

Screenshot

Project Spotlight

reposurgeon

A tool for editing version control repository history.

Screenshot

Project Spotlight

objSQL

A PHP-based database access class for performing SQL queries.