From ea15c8963fa17deaba4356219e481128db66f5bc Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 7 Feb 2015 20:14:30 -0500 Subject: add benchmark --- boot/head.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot') diff --git a/boot/head.S b/boot/head.S index 8bd42f1..34edafc 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 0 # screen height (don't care) - .long 0 # screen width (don't care) + .long 640 # screen height (don't care) + .long 480 # screen width (don't care) .long 32 # screen BPP: MUST be 32 .section .stack -- cgit v1.1