<palign="center">A simple & lightweight x86 operating system</p>
<palign="center">A simple & lightweight x86 operating system</p>
##
### Building & Running
### Building & Running
Use the `Makefile` in order to build the binaries/objects et cetera- with <ahref="https://linux.die.net/man/1/make"target="_blank">make</a>.
Use the `Makefile` in order to build the binaries/objects et cetera- with <ahref="https://linux.die.net/man/1/make"target="_blank">make</a>.
<br>
<br>
**To build the OS image run**: `$ make os-image`
**To build the OS image run**: `$ make os-image`
<br>
<br>
**To build the OS image (WITH GRUB) run**: `$ make grub`
**To build the OS image (WITH GRUB) run**: `$ make grub`
<br><br>
#### Emulation
#### Emulation
You can launch eOS with a VM like <ahref="https://www.qemu.org/documentation/"target="_blank">qemu</a>. Launch *qemu* via *make* by running: `$ make run`.
You can launch eOS with a VM like <ahref="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
run : Runs the OS with qemu
drun : Recompiles the OS and runs it with qemu
drun : Recompiles the OS and runs it with qemu
clean : Remove all object/binary/image files
clean : Remove all object/binary/image files
##
### Planned Features
### 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.