This si my first C project. DUMB KERNEL is an educational 32bit bare-metal kernel for x86. It boots via GRUB, uses VGA text mode, has IDT/PIC interrupts, timer via PIT, keyboard input, shell, simple in-memory filesystem, fullscreen editor and its …
This si my first C project. DUMB KERNEL is an educational 32bit bare-metal kernel for x86. It boots via GRUB, uses VGA text mode, has IDT/PIC interrupts, timer via PIT, keyboard input, shell, simple in-memory filesystem, fullscreen editor and its own heap allocator for dynamic memory. ALL high level APIS are in documentation.md. FEEL FREE to upgrade my project or work on it with me!
My only use for AI was to make (finally working) website live demo for people to just click and try. All of the other work is made by soul and flesh