Added more compile info.
This commit is contained in:
parent
9e9dfdb056
commit
1d03db4a71
@ -4,7 +4,7 @@ This is code that I've been writing for a basic kernel from the [Writing a Simpl
|
||||
|
||||
Compiling
|
||||
---------
|
||||
I cross-compile from `x86_64` to `x86` (64 to 32-bit) on my machine, but all the code is plain `x86`. To compile just run the makefile.
|
||||
I cross-compile from `x86_64` to `x86` (64 to 32-bit) on my machine, but all the code is plain `x86`. You will require `gcc` and `nasm` (as well as the normal GNU core utils) and you can run the final image using [QEMU](https://www.qemu.org/). To compile just run `make`.
|
||||
|
||||
License
|
||||
-------
|
||||
|
Loading…
Reference in New Issue
Block a user