From c0df0ee6437aa2786b1a92bc6af1284958d104c7 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 7 Feb 2015 11:03:48 -0500 Subject: new rng, some rework of I/O --- boot/head.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boot') 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 -- cgit v1.1