- Boots on qemu and displays "Kernel Booted Successfully!" on the screen.
- A simple VGA text mode driver to print text to the screen.
- x86_64-elf-gcc (cross-compiler)
- nasm
- qemu-system-x86_64
- make
- Clone the repository:
git clone https://lilcloudcoder/kernel.git cd kernel - Build the kernel:
make
- Run the kernel in QEMU:
make run