Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 426 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 426 Bytes

Bare Metal Rpi OS

The aim of this project is to learn OS development by writing an OS from scratch for the Raspberry Pi 4 Model B

How to build

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