From aad04a2208fbde8db2c1a81d6057c1ac4edb390e Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 3 Sep 2014 00:15:51 +0200 Subject: ACPI support ! --- boot/mp.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/mp.asm') diff --git a/boot/mp.asm b/boot/mp.asm index 6c794bc..497a0a8 100644 --- a/boot/mp.asm +++ b/boot/mp.asm @@ -34,7 +34,7 @@ init_pm: call boot_32_pm ;continue booting in 32-bit protected mode -boot_32_pm +boot_32_pm: mov eax,1 ; -- cgit v1.2.3