summaryrefslogtreecommitdiff
path: root/asm/mp.asm
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-02 00:08:42 +0200
committerMiguel <m.i@gmx.at>2018-09-02 00:08:42 +0200
commit8e3411139b27a3421e9ac75c13f14f99f6dd3137 (patch)
treecf8b53ab02863117c310bde11ee4683e134cf1b2 /asm/mp.asm
parent0fff2e6dc6fae82da1c7978918a490c25cc36f04 (diff)
syscalls
Diffstat (limited to 'asm/mp.asm')
-rw-r--r--asm/mp.asm1
1 files changed, 1 insertions, 0 deletions
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