From 8e3411139b27a3421e9ac75c13f14f99f6dd3137 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 2 Sep 2018 00:08:42 +0200 Subject: syscalls --- asm/mp.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'asm/mp.asm') diff --git a/asm/mp.asm b/asm/mp.asm index 1c04f3f..e5cc26d 100644 --- a/asm/mp.asm +++ b/asm/mp.asm @@ -38,6 +38,7 @@ boot_32_pm: mov eax, 1 ; semaphore xchg eax, [LLOCK] cmp eax,1 + hlt je $ jmp $ ; loop forever here -- cgit v1.2.3