Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 888 Bytes

Readme.md

File metadata and controls

18 lines (15 loc) · 888 Bytes

ChickenOS v 0.01 Build Status

A simple monolithic kernel, inspired by the Pintos teaching OS and Linux.

Userspace

Chicken's userspace is built using a modified version of the boomstick/buildutils script with various modifications made.

Libraries

Currently uses a linked list library derived from the Linux kernel and Durand's liballoc

Other credits

Uses various mathematical primitves from clang, licensed under the University of Illinois Open Source License