My personal OS project
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
L. Bradley LaBoon c471bb6608 Fixed another printk bug. 9 years ago
arch Implemented initial printk. Added multiboot support. 9 years ago
driver/video Implemented initial printk. Added multiboot support. 9 years ago
include Much better (and more compliant) printk. 9 years ago
kernel Fixed another printk bug. 9 years ago
lib Much better (and more compliant) printk. 9 years ago
LICENSE About time I added a license file. 10 years ago
Makefile Changed default Makefile prefix. Most people probably don't have a /home/brad folder on their system ;) 9 years ago
README Updated README. 10 years ago

README

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.