From 35061d3b787eff7e836a4b95fa40d5fc98114751 Mon Sep 17 00:00:00 2001 From: aimran96 Date: Tue, 21 Nov 2023 13:14:33 -0500 Subject: [PATCH] fix readme file --- .sh | 3 --- README.md | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .sh diff --git a/.sh b/.sh deleted file mode 100644 index d1195cc..0000000 --- a/.sh +++ /dev/null @@ -1,3 +0,0 @@ -sudo apt install make nasm qemu -# snap install micro --classic - diff --git a/README.md b/README.md index 7d92d4e..1ff60b0 100644 --- a/README.md +++ b/README.md @@ -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.