summaryrefslogtreecommitdiff
path: root/viengoos/ia32-crt0.S
diff options
context:
space:
mode:
authorneal <neal>2008-02-13 15:04:44 +0000
committerneal <neal>2008-02-13 15:04:44 +0000
commit5e34b1df467944267477f7b51c350f065eaf8fa6 (patch)
tree9c05b8392f58295a949ae828fd9f9af1bbd75465 /viengoos/ia32-crt0.S
parent9427fc32deb6a110e80dc3c8671d15d8e28fe9a4 (diff)
2008-02-13 Neal H. Walfield <neal@gnu.org>
* ia32-crt0.S (STACK_SIZE): Increase to 64 pages.
Diffstat (limited to 'viengoos/ia32-crt0.S')
-rw-r--r--viengoos/ia32-crt0.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/viengoos/ia32-crt0.S b/viengoos/ia32-crt0.S
index 8feea6c..1382aef 100644
--- a/viengoos/ia32-crt0.S
+++ b/viengoos/ia32-crt0.S
@@ -21,8 +21,8 @@
#define ASM 1
#include "multiboot.h"
-/* The size of our stack (16*4KB). */
-#define STACK_SIZE 0x10000
+/* The size of our stack (64*4KB). */
+#define STACK_SIZE 64*0x1000
.text