My personal OS project
Go to file
2014-02-11 12:08:12 -05:00
arch Implemented initial printk. Added multiboot support. 2014-01-31 16:12:04 -05:00
driver/video Implemented initial printk. Added multiboot support. 2014-01-31 16:12:04 -05:00
include Implemented initial printk. Added multiboot support. 2014-01-31 16:12:04 -05:00
kernel Fixed minor printk bug. 2014-02-11 12:08:12 -05:00
lib Implemented initial printk. Added multiboot support. 2014-01-31 16:12:04 -05:00
LICENSE About time I added a license file. 2013-12-09 15:37:19 -05:00
Makefile Prints initial memory map. Improvements to printk. Changed Makefile so that lgcc is linked after everything else. 2014-02-11 12:04:19 -05:00
README Updated README. 2013-12-06 13:56:24 -05:00

Welcome to BRaDOS!

BRaDOS is my personal OS project which I will be working on as I feel like it.
The main purpose of the project is for me to learn about OS developement.

For the most part, this project will do things the way Linux does things, with
changes as I see fit. While I will make every attempt to ensure that the master
git branch only contains compilable code, I make no guarantees. Use of this OS
is entirely at your own risk.