My personal OS project
Go to file
2014-08-27 22:05:18 -04: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 Much better (and more compliant) printk. 2014-08-26 14:11:53 -04:00
kernel Fixed another printk bug. 2014-08-27 22:05:18 -04:00
lib Much better (and more compliant) printk. 2014-08-26 14:11:53 -04:00
LICENSE About time I added a license file. 2013-12-09 15:37:19 -05:00
Makefile Changed default Makefile prefix. Most people probably don't have a /home/brad folder on their system ;) 2014-02-11 12:21:12 -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.