1
0
Fork 0
Go to file
Aaron Lindsay 29404c4199 Add .gitignore, update Makefile
Add 'boot' make target, which boots the kernel in a simple QEMU
configuration. Also updated CFLAGS in Makefile.
2012-09-07 23:58:19 -04:00
boot Initial commit 2012-09-03 23:44:36 -04:00
devices Add devices directory, and PL011 and PL110 basic (very!) device drivers 2012-09-07 23:52:43 -04:00
include Add basic framebuffer support (probably not working right yet?) 2012-09-07 23:54:04 -04:00
kernel Move from 'hello.c' to 'start_kernel.c' to sound more professional... 2012-09-07 23:56:32 -04:00
.gitignore Add .gitignore, update Makefile 2012-09-07 23:58:19 -04:00
Makefile Add .gitignore, update Makefile 2012-09-07 23:58:19 -04:00
link.ld Initial commit 2012-09-03 23:44:36 -04:00