diff --git a/README.md b/README.md index a4b6d99..42dcd45 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@

A simple & lightweight x86 operating system

- +## ### Building & Running Use the `Makefile` in order to build the binaries/objects et cetera- with make.
**To build the OS image run**: `$ make os-image`
**To build the OS image (WITH GRUB) run**: `$ make grub` -

#### Emulation You can launch eOS with a VM like qemu. Launch *qemu* via *make* by running: `$ make run`. @@ -16,10 +15,10 @@ You can launch eOS with a VM like