From aa1e463dcd5914ca78934651f3191a36d7204c0f Mon Sep 17 00:00:00 2001 From: acevest Date: Sun, 14 Nov 2021 22:01:23 +0800 Subject: [PATCH] =?utf8?q?=E4=BF=AE=E5=A4=8Droot=5Ftask=E7=9A=84=E6=A0=88,?= =?utf8?q?=E7=A9=BA=E5=87=BAss,=20esp,=20eflags?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- boot/multiboot.S | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/multiboot.S b/boot/multiboot.S index 4526b67..0974769 100644 --- a/boot/multiboot.S +++ b/boot/multiboot.S @@ -134,6 +134,7 @@ Label: call setup_kernel + subl $12, %esp // ss esp eip movl $root_task_entry, %eax jmpl *%eax -- 2.44.0