diff options
| author | Miguel <m.i@gmx.at> | 2018-09-07 03:01:28 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-07 03:01:28 +0200 |
| commit | aa4b4c6c1918a51318709761873d1c5e248a831d (patch) | |
| tree | bdcfe7be159cc778d113538722e119a665a47738 /asm/asm_mp.asm | |
| parent | ef4943053475cd8bf341c42dd0b538bc630b92a3 (diff) | |
apic timer smp
Diffstat (limited to 'asm/asm_mp.asm')
| -rw-r--r-- | asm/asm_mp.asm | 5 |
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 |
