From a91788f12b8759282bb7b4486d5ed6dcc023bb1b Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Tue, 17 Aug 2021 00:24:41 +0200 Subject: [PATCH] Documentation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index acb6c51..79cda0f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@

A simple x86 operating system. Maybe 64bit in the future.

+### Building & Running +Use the `Makefile` in order to build the binaries/objects et cetera- with make. +
+Example: `$ make os-image` +

+In order to run you can launch the OS with qemu. You can also launch qemu via make by doing: `$ make run`. + + $ make (option) + run : Runs the OS with qemu + drun : Recompiles the OS and runs it with qemu + clean : Remove all object/binary/image files + ### Features - 32bit - VGA