diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2015-02-08 12:15:06 -0500 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2015-02-08 12:15:06 -0500 |
| commit | 0d7cde7c4d735ebebd39b988440f50f5889bd29f (patch) | |
| tree | 7ddc66bfc3c64becdb55af3bb6e33a536421b1a6 /boot/head.S | |
| parent | ea15c8963fa17deaba4356219e481128db66f5bc (diff) | |
| download | kappa-0d7cde7c4d735ebebd39b988440f50f5889bd29f.zip kappa-0d7cde7c4d735ebebd39b988440f50f5889bd29f.tar.gz kappa-0d7cde7c4d735ebebd39b988440f50f5889bd29f.tar.bz2 kappa-0d7cde7c4d735ebebd39b988440f50f5889bd29f.tar.xz | |
lots of stuff
Diffstat (limited to 'boot/head.S')
| -rw-r--r-- | boot/head.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/head.S b/boot/head.S index 34edafc..8bd42f1 100644 --- a/boot/head.S +++ b/boot/head.S @@ -17,8 +17,8 @@ multiboot_header: .long 0 .long 0 .long 0 # 1=text mode - .long 640 # screen height (don't care) - .long 480 # screen width (don't care) + .long 0 # screen height (don't care) + .long 0 # screen width (don't care) .long 32 # screen BPP: MUST be 32 .section .stack |