From c2ef64149849fcae608b1c6010303eca86229d22 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 13:21:47 +0200 Subject: cleaning logs, docs, interrupts --- asm/asm_gdt.s | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asm/asm_gdt.s') diff --git a/asm/asm_gdt.s b/asm/asm_gdt.s index 0e163fc..a35854d 100644 --- a/asm/asm_gdt.s +++ b/asm/asm_gdt.s @@ -1,5 +1,9 @@ .global asm_setup_gdt +gdt_descriptor: +.int 0 +.int 0 + asm_setup_gdt: // re-fill gdt_descriptor with new GDT location and size -- cgit v1.2.3