From 623c3b55056fd8fe6711977a6763cb5de8e7b468 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Fri, 26 Apr 2019 20:47:35 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f9d70a1..5891606 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # OwOS +An x86 microkernel written in C++ (and some assembly) with a twist. It's awful, not just at being an OS but it's called OwOS. + +But yea its a hobbyist microkernel (and maybe shell) written in C++ From 0c1144eb8ecab583af2237c294b32ac6b30b203c Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Fri, 26 Apr 2019 20:48:24 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5891606..51b6d45 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ An x86 microkernel written in C++ (and some assembly) with a twist. It's awful, not just at being an OS but it's called OwOS. But yea its a hobbyist microkernel (and maybe shell) written in C++ + +Its actually not a microkernel at all (yet)