From e065a7048aa98d253cdcc9298c934bb7af7feaa9 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 3 Feb 2015 18:23:04 -0500 Subject: some work --- boot/head.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'boot') diff --git a/boot/head.S b/boot/head.S index f8e5a36..42b1e69 100644 --- a/boot/head.S +++ b/boot/head.S @@ -13,8 +13,8 @@ multiboot_header: .section .stack stack_bottom: # Stack grows up in addresses, so bottom is - # lower than the top - .skip 16384 # 32KB stack + # lower in memory than the top + .skip 16384 # 16KB stack stack_top: .section .text @@ -30,4 +30,3 @@ _start: hlt .Lhang: # Idle jmp .Lhang - .size _start, . - _start -- cgit v1.1