Форк ToaruOS
Go to file
2011-01-17 13:46:38 -06:00
include [sys] kprintf 2011-01-17 10:24:55 -06:00
.gitignore [git] Add .gitignore for .o and the kernel 2011-01-15 22:18:54 -05:00
bootdisk.img [make] Install kernel to /boot directory on local system. 2011-01-17 13:46:38 -06:00
gdt.c [time] Timer, fix IRQs, 99 Bottles 2011-01-16 11:56:44 -05:00
idt.c [isrs] Interrupt Service Routines 2011-01-15 22:41:17 -05:00
irq.c [irq] Interrupt handling 2011-01-15 23:17:42 -05:00
isrs.c [time] Timer, fix IRQs, 99 Bottles 2011-01-16 11:56:44 -05:00
kbd.c [keyb] Keyboard support of sorts 2011-01-16 13:45:51 -05:00
kprintf.c [sys] kprintf 2011-01-17 10:24:55 -06:00
link.ld Initial commit 2011-01-15 20:01:19 -05:00
main.c [sys] kprintf 2011-01-17 10:24:55 -06:00
Makefile [make] Install kernel to /boot directory on local system. 2011-01-17 13:46:38 -06:00
README.md [docs] Update README 2011-01-15 22:15:06 -05:00
start.asm [time] Timer, fix IRQs, 99 Bottles 2011-01-16 11:56:44 -05:00
timer.c [time] Timer, fix IRQs, 99 Bottles 2011-01-16 11:56:44 -05:00
vga.c [time] Timer, fix IRQs, 99 Bottles 2011-01-16 11:56:44 -05:00

klange's OS Development Repo

I'm writing an OS because I'm bored and want a massive project to suck up the little pieces of my time for the next few years.

Testing it Out

Grab bootdisk.img from the git repo and load it into a virtual machine. The bootdisk will start GRUB with a single menu entry to boot the kernel off of the same diskette.