diff options
Diffstat (limited to 'asm/asm_gdt.s')
| -rw-r--r-- | asm/asm_gdt.s | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
