From d9b43eeb3cc5a6d2640a20b6ce513d6b7b05c23f Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 17 Feb 2015 16:36:24 -0500 Subject: new screenshot --- 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 8e607e0..896cdb3 100644 --- a/boot/head.S +++ b/boot/head.S @@ -24,7 +24,7 @@ multiboot_header: .section .stack stack_bottom: # Stack grows up in addresses, so bottom is # lower in memory than the top - .skip 32768 # 32KB stack + .skip 65536 # 32KB stack stack_top: .section .text -- cgit v1.1