Update README.md

This commit is contained in:
nt0s 2018-11-07 23:03:29 -05:00 committed by GitHub
parent 03a3484daa
commit 60306a3c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Stage 1 loader loads stage 2 loader from the floppy and jumps to it.
Stage 2 loader initializes protected mode, detects system memory, loads the kernel from the floppy, and eventually calls "kmain" function in kernel.c.
Yes the ASM code and the makefile could use some refactoring.
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".