helloworld-os/README.md
2023-11-21 13:14:33 -05:00

6 lines
510 B
Markdown

# helloworld-os
The simplest of operating systems, all it does is boot up and say hello...
This repo contains the code from the ["Building an OS"](https://www.youtube.com/watch?v=9t-SPC7Tczc&list=PLFjM7v6KGMpiH2G-kT781ByCNC_0pKpPN) tutorial on the ["Nanobyte"](https://www.youtube.com/channel/UCSPIuWADJIMIf9Erf--XAsA) YouTube channel. Original code can be found on the ["nanobyte_OS"](https://github.com/nanobyte-dev/nanobyte_os/tree/Part1) repo, this is just an archive which includes all the built files.