diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2015-02-17 16:36:24 -0500 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2015-02-17 16:36:24 -0500 |
| commit | d9b43eeb3cc5a6d2640a20b6ce513d6b7b05c23f (patch) | |
| tree | 6e382da934e4c9fe16a0f8e6cd1ee53b6c0a53ab /boot | |
| parent | 0157fdf5ca5277f3aaa9ef5d5a49d12b612562de (diff) | |
| download | kappa-d9b43eeb3cc5a6d2640a20b6ce513d6b7b05c23f.zip kappa-d9b43eeb3cc5a6d2640a20b6ce513d6b7b05c23f.tar.gz kappa-d9b43eeb3cc5a6d2640a20b6ce513d6b7b05c23f.tar.bz2 kappa-d9b43eeb3cc5a6d2640a20b6ce513d6b7b05c23f.tar.xz | |
new screenshot
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |