diff options
Diffstat (limited to 'boot/head.S')
| -rw-r--r-- | boot/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/head.S b/boot/head.S index 6149665..8bd42f1 100644 --- a/boot/head.S +++ b/boot/head.S @@ -16,7 +16,7 @@ multiboot_header: .long 0 .long 0 .long 0 - .long 0 + .long 0 # 1=text mode .long 0 # screen height (don't care) .long 0 # screen width (don't care) .long 32 # screen BPP: MUST be 32 |