This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Update file README.md

Ivan Ilak (Mar 4, 2023, 9:41 PM UTC) 83c4fdd7 24c9a45d

+4
+4
README.md
··· 2 2 This project is trying to build a simple OS for the RaspberryPi Zero W. 3 3 There are probably 100s of versions of toy-OS'es for the RaspberryPi-series out there on the internet, but I still think its a cool way to get some first real world experience with baremetal programming. 4 4 5 + Some projects that I've used as guiding priciples and inspirations (sometimes more directly, sometimes less) are: 6 + * [armOS (*Thanos Koutroubas*)](https://github.com/thanoskoutr/armOS): Especially for the overall structure and the low-level assembly code/linker-scripts. 7 + * [Bare metal Raspberry Pi 3 tutorials (*Zoltan Baldaszti*)](https://github.com/bztsrc/raspi3-tutorial/): Great tutorial covering a lot of the basics in terms of HW/SW interface. 8 + 5 9 To build the project run 6 10 ```bash 7 11 DOCKER_BUILDKIT=1 docker build --progress=plain -f Dockerfile --rm -t pi_os:latest . --output ./export/