WIP kernel (most likely will end up as a micro kernel)
2 stage x86 handmade BootloaderFuck that, using grub's multiboot now- 32 bits in protected mode
- Vga driver
- Cool presentation screen
- Some Interrupt and exceptions handling
- PIC set => Timer and Keybard IRQ set
- Kernel locks (Basic spinlock Mutex and RwLock)
- [WIP] Keybard scancodes mapping
- [WIP] FrameAllocator
- [WIP] Paging (Basics only, Identity mapped for now, Maybe recursive page directory?)
make debug
WIP