This is a small kernel bootstrap and frame buffer code.
To build the kernel locally you will need the following tools installed
- Clang++
- lld
- nasm
- objcopy
To build the kernel simply run
make buildTo run the kernel in qemu simply run
make run| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a small kernel bootstrap and frame buffer code.
To build the kernel locally you will need the following tools installed
To build the kernel simply run
make buildTo run the kernel in qemu simply run
make run