My personal OS project
Go to file
2013-12-06 13:56:24 -05:00
arch Separated functionality into separate files. Added initial (untested) support for ARM. 2013-12-06 13:47:22 -05:00
driver/video Separated functionality into separate files. Added initial (untested) support for ARM. 2013-12-06 13:47:22 -05:00
include Separated functionality into separate files. Added initial (untested) support for ARM. 2013-12-06 13:47:22 -05:00
kernel Separated functionality into separate files. Added initial (untested) support for ARM. 2013-12-06 13:47:22 -05:00
lib Separated functionality into separate files. Added initial (untested) support for ARM. 2013-12-06 13:47:22 -05:00
Makefile Separated functionality into separate files. Added initial (untested) support for ARM. 2013-12-06 13:47:22 -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.