From 14448b1cf4852f99278a01b1d99b8fc070fc2ff2 Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Thu, 28 Aug 2008 02:48:25 +0000 Subject: [PATCH] terminate backtrace for main thread --- src/threads/start.S | 1 + 1 file changed, 1 insertion(+) diff --git a/src/threads/start.S b/src/threads/start.S index fe2200b..92e7fb8 100644 --- a/src/threads/start.S +++ b/src/threads/start.S @@ -173,6 +173,7 @@ start: mov %ax, %gs mov %ax, %ss addl $LOADER_PHYS_BASE, %esp + movl $0, %ebp #### Call main(). -- 2.30.2