Documentation fix

malloc
E. Almqvist 3 years ago
parent 910497f39a
commit 246a830669
  1. 4
      README.md

@ -5,9 +5,9 @@
### Building & Running
Use the `Makefile` in order to build the binaries/objects et cetera- with <a href="https://linux.die.net/man/1/make" target="_blank">make</a>.
<br>
**To build the OS image run**: `$ make os-image`
**To build the OS image run**: `$ make eos.iso`
<br>
**To build the OS image (WITH GRUB) run**: `$ make eOS.iso`
**To build the OS image (WITH GRUB) run**: `$ make eos_grub.iso`
#### Emulation
You can launch eOS with a VM like <a href="https://www.qemu.org/documentation/" target="_blank">qemu</a>. Launch *qemu* via *make* by running: `$ make run`.

Loading…
Cancel
Save