From aa4b4c6c1918a51318709761873d1c5e248a831d Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 7 Sep 2018 03:01:28 +0200 Subject: apic timer smp --- asm/asm_mp.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'asm/asm_mp.asm') 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 -- cgit v1.2.3