This commit is contained in:
secXsQuared 2018-11-09 00:24:52 -05:00
parent bc32a1f2fa
commit ff34d5b81d
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ Stage 2 loader initializes protected mode, detects system memory, loads the kern
Yes the ASM code and the makefile could use some refactoring. Yes I know floor can be calculated simply by (x + y - 1) / y.
### Building
Run "make".
cd into "src" and Run "make".
The boot image "boot.img" is generated under "out" directory.
The boot image "boot.img" is generated under "src/out" directory.
Use QEMU or Bochs to emulate.