A poorly written OS for the x86 arch. (WIP)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eOS/README.md

17 lines
617 B

3 years ago
3 years ago
##
### About
This is a simple & lightweight x86 operating-system that I created for fun.
3 years ago
### 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 eos.iso`
3 years ago
#### Emulation
3 years ago
You can launch eOS with <a href="https://www.qemu.org/documentation/" target="_blank">qemu</a>. Launch *qemu* via *make* by running: `$ make run`.
3 years ago
$ make (option)
run : Runs the OS with qemu
drun : Recompiles the OS and runs it with qemu
clean : Remove all object/binary/image files