Updated the readme for better usage.
This commit is contained in:
parent
978fd36490
commit
3b2503a187
2 changed files with 7 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,5 +1,8 @@
|
||||||
build/
|
build/
|
||||||
bootloader/
|
bootloader/
|
||||||
|
.ccls-cache/
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
# ---> C
|
# ---> C
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
*.d
|
*.d
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,9 @@
|
||||||
Just a piece of OS type things I plan on toying with.
|
Just a piece of OS type things I plan on toying with.
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
`Make all`, will place in `build/`.
|
`make all`, will place in `build/`.
|
||||||
|
|
||||||
In order for `Make run` to work, you'll need qemu for x86. This will likely change to build a complete image that pulls in a bootloader.
|
In order for `make run` to work, you'll need qemu for x86.
|
||||||
You will also need a i686 cross compiler.
|
You will also need a i686 cross compiler.
|
||||||
|
|
||||||
|
If you want a full image, `make iso` will do that.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue