summaryrefslogtreecommitdiff
path: root/asm/asm_mp.asm
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-07 03:01:28 +0200
committerMiguel <m.i@gmx.at>2018-09-07 03:01:28 +0200
commitaa4b4c6c1918a51318709761873d1c5e248a831d (patch)
treebdcfe7be159cc778d113538722e119a665a47738 /asm/asm_mp.asm
parentef4943053475cd8bf341c42dd0b538bc630b92a3 (diff)
apic timer smp
Diffstat (limited to 'asm/asm_mp.asm')
-rw-r--r--asm/asm_mp.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/asm/asm_mp.asm b/asm/asm_mp.asm
index a2dcee0..5e5259e 100644
--- a/asm/asm_mp.asm
+++ b/asm/asm_mp.asm
@@ -1,6 +1,7 @@
global smp_start
global LLOCK
extern smp_main
+global gdt_descriptor
; master boot record for application processors
smp_start:
@@ -84,5 +85,5 @@ gdt_descriptor:
dw gdt_end-gdt_start-1
dd gdt_start
-CODE_SEG equ gdt_code - gdt_start
-DATA_SEG equ gdt_data - gdt_start
+;CODE_SEG equ gdt_code - gdt_start
+;DATA_SEG equ gdt_data - gdt_start