Index: kernel/arch/ia32/src/boot/boot.S
===================================================================
--- kernel/arch/ia32/src/boot/boot.S	(revision 5328d63da5f51a7277b6e04510a64c7f849090df)
+++ kernel/arch/ia32/src/boot/boot.S	(revision fe7abd0cbe2c640b55d1d8e2f9150cf78fa8871b)
@@ -94,4 +94,8 @@
 	pushl grub_eax
 	call arch_pre_main
+
+	# Create the first stack frame
+	pushl $0
+	movl %esp, %ebp
 	
 	call main_bsp
