A kernel targeting x86 architecture.
You will need to download i686-elf toolchain and qemu-system-i386 vm.
Clone the repo and run build.py which will compile C and ASM code to a kernel image. Then run run.sh to run the kernel
on qemu vm.
- tty drivers for a console
- memory and page allocation
- interrupt handling
- C lib written from scratch
- supports multiboot