Documentation

pull/25/head
Elias Almqvist 3 years ago committed by GitHub
parent 270c590204
commit a91788f12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

@ -2,6 +2,18 @@
<p align="center">A simple x86 operating system. Maybe 64bit in the future.</p>
<p align="center"><img src="preview.png"></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>
Example: `$ make os-image`
<br><br>
In order to run you can launch the OS with <a href="https://www.qemu.org/documentation/" target="_blank">qemu</a>. You can also launch qemu via make by doing: `$ make run`.
$ make (option)
run : Runs the OS with qemu
drun : Recompiles the OS and runs it with qemu
clean : Remove all object/binary/image files
### Features
- 32bit
- VGA

Loading…
Cancel
Save