From 2be70c3b7c3cb806614318858090c039bdfd4fc5 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 7 Feb 2015 16:56:02 -0500 Subject: fix RNG with zero seed, rename VGA->GFX --- boot/head.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') 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 -- cgit v1.1