fix readme file

This commit is contained in:
aimran96 2023-11-21 13:14:33 -05:00
parent 6c37358fb2
commit 35061d3b78
2 changed files with 3 additions and 3 deletions

3
.sh
View File

@ -1,3 +0,0 @@
sudo apt install make nasm qemu
# snap install micro --classic

View File

@ -1,2 +1,5 @@
# 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.