My personal OS project
Go to file
2013-12-06 14:20:46 -05:00
arch Fixed errors in ARM linker. Converted all files to Unix format. 2013-12-06 14:20:46 -05:00
driver/video Fixed errors in ARM linker. Converted all files to Unix format. 2013-12-06 14:20:46 -05:00
include Fixed errors in ARM linker. Converted all files to Unix format. 2013-12-06 14:20:46 -05:00
kernel Fixed errors in ARM linker. Converted all files to Unix format. 2013-12-06 14:20:46 -05:00
lib Separated functionality into separate files. Added initial (untested) support for ARM. 2013-12-06 13:47:22 -05:00
Makefile Fixed errors in ARM linker. Converted all files to Unix format. 2013-12-06 14:20:46 -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.