From 0b616960bf04ff80fcb2ede24d16d3f7830cf1dd Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Thu, 30 Mar 2023 14:17:57 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86fcb6c..819f4b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # flamios -Following a wonderful tutorial series to learn more about operating systems by programming a basic os. -https://www.youtube.com/watch?v=9t-SPC7Tczc&list=PLFjM7v6KGMpiH2G-kT781ByCNC_0pKpPN +I am very interested in learning more low level systems; and I have found this wonderful series to learn more about operating systems by programming a basic os using Assembly and some C++ + +>> [Series Link](https://www.youtube.com/watch?v=9t-SPC7Tczc&list=PLFjM7v6KGMpiH2G-kT781ByCNC_0pKpPN) <<