From 97b046465f2df975e558168b45f732f24e86e0d1 Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 5 Jun 2015 03:15:25 -0700 Subject: [PATCH] Add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4619f71 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Arcanos +======== +a hobby operating system + +Compile +-------- + +Run `make` to compile the binary, and `make load` to load the kernel binary into the disk image. +Emulate an x86 system running arcanos with `bochs` -- 2.34.1