From ecf2b47f1fd61f689112726fbcf856ecc8c7bb26 Mon Sep 17 00:00:00 2001 From: acevest Date: Tue, 16 May 2023 15:55:34 +0800 Subject: [PATCH] =?utf8?q?=E6=89=A9=E5=A4=A7root=5Ftask=5Fentry=E7=9A=84?= =?utf8?q?=E8=B0=83=E7=94=A8=E6=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- boot/multiboot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0