The aim of this project is to learn OS development by writing an OS from scratch for the Raspberry Pi 4 Model B
Clone the repository using the following command
$ git clone https://github.com/Faulty404/Rpi_Low_Level.git
Go into the repository folder and switch to the dev branch
$ git checkout dev
Build the kernel image using the make command
$ make