The Dreadnaught Kernel and Operating System.
Todos:
- Boot the kernel
- Setup physical memory
- Setup virtual memory
- Keyboard driver
- Floppy driver
- FAT12 File System
- Write to Floppy (in progress)
- Jump to User Mode
- System Calls from User Mode
- Load and execute external executables
- Write multitasking scheduler
- Non page restricted kernel mode malloc()
- User mode malloc()
- IDE (ATA) driver
- FAT32 File System
- Install OS to disk
- User Land shell
- Text Editor
- GCC port
- newlib port
- NIC driver
- Basic graphics support