/kernel

Simple kernel written in C++.

Primary LanguageC++MIT LicenseMIT

Simple Kernel

A simple multiboot-compliant kernel written in C++.

Building and Running

You will need to have an i686-elf binutils/gcc toolchain available in your $PATH in order to compile this project. You will also need to have qemu to use the run functionality of the build script.

$ ./build.sh iso run

About

This is an old project of time. The last time I touched it was November 20 of 2023.