Update README.md

pull/34/head
Elias Almqvist 3 years ago committed by GitHub
parent 34006868e9
commit 49673b5d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      README.md

@ -1,14 +1,13 @@
<p align="center"><img src="logo.png" width="180px" height="auto"></p>
<p align="center">A simple & lightweight x86 operating system</p>
##
### 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`
<br>
**To build the OS image (WITH GRUB) run**: `$ make grub`
<br><br>
#### 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`.
@ -16,10 +15,10 @@ You can launch eOS with a VM like <a href="https://www.qemu.org/documentation/"
run : Runs the OS with qemu
drun : Recompiles the OS and runs it with qemu
clean : Remove all object/binary/image files
##
### Planned Features
Read `TODO.md` for planned features.
Read go to [eOS v1.0 Kanban Board](https://github.com/E-Almqvist/eOS/projects/1) to see the current progress & planned features of the project.
##
<br>
<br>
<br>

Loading…
Cancel
Save