From 1de036ad09e3f2e6abd4eafae4da54d0e0d8437d Mon Sep 17 00:00:00 2001 From: lordtet Date: Fri, 23 May 2025 01:24:17 -0400 Subject: [PATCH] Updated readme. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3335cb..285430a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# Stage02_Kernel +# Untitled Kernel +### What if I made a kernel? Wouldn't that be quirky? +Just a piece of OS type things I plan on toying with. +### Building +`Make all`, will place in `build/`. + +In order for `Make run` to work, you'll need qemu for x86. This will likely change to build a complete image that pulls in a bootloader. +You will also need a i686 cross compiler.