/osdev

A very simple kernel/OS

Primary LanguageC

osdev

Writing a kernel/OS

This is a simple kernel with limited functionality.
The master branch use a GRUB for the bootloader, another has a custom wirtten one.
This is a 32-bit system. It has a full interrupt handling system as well as a keyboard and screen driver.

Written by Laurence Armstrong and Josh Hill