diff options
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/head.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boot/head.S b/boot/head.S index 4d17f73..6149665 100644 --- a/boot/head.S +++ b/boot/head.S @@ -17,9 +17,9 @@ multiboot_header: .long 0 .long 0 .long 0 - .long 320 - .long 200 - .long 32 + .long 0 # screen height (don't care) + .long 0 # screen width (don't care) + .long 32 # screen BPP: MUST be 32 .section .stack stack_bottom: # Stack grows up in addresses, so bottom is |