This project is an introduction to kernel development and the first part of a series to develop a functional kernel.
We wrote a little article summarizing what we learned during the development of this project. Click here if you are interested !
To run this project locally, you must have installed:
- binutils
- nasm
- gcc
- grub-common
- make
- xorriso
- Clone this repository
git clone https://github.com/42corozco/KFS.git
- Build the ISO
cd KFS
make
- Run it with qemu
make run