From: acevest Date: Tue, 16 May 2023 07:55:34 +0000 (+0800) Subject: 扩大root_task_entry的调用栈 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=ecf2b47f1fd61f689112726fbcf856ecc8c7bb26;p=kernel.git 扩大root_task_entry的调用栈 --- diff --git a/boot/multiboot.S b/boot/multiboot.S index b4313f3..8c44dfe 100644 --- a/boot/multiboot.S +++ b/boot/multiboot.S @@ -133,7 +133,7 @@ Label: call setup_kernel - subl $12, %esp // ss esp eip + subl $128, %esp // ss esp eip movl $root_task_entry, %eax jmpl *%eax