Slashd-OS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Slashd-OS

Post by earlz »

Hi, I am creating an OS called Slashd-OS...

It is a multitasking, 16bit, ASM, kernel. It is written entirely in 8086 NASM code.

The kernel is still not fully designed, but some code on the memory manager has been put down, and the bootsector is complete.

It is a microkernel. All drivers and modules are completely outside of the kernel, and in application space. This includes the basic of basic drivers, such as the boot disk device driver and boot FS driver(both are loaded into memory by bootsector)

It is not intended to be a *nix clone, but it does borrow some design principals, particularly the /dev/ node system.

The current code is at http://code.google.com/p/slashd-os/
Post Reply