diff options
| author | Miguel <m.i@gmx.at> | 2018-09-09 13:21:47 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-09 13:21:47 +0200 |
| commit | c2ef64149849fcae608b1c6010303eca86229d22 (patch) | |
| tree | 30d69313b6975a7c1bfc80859117124a6a5a10e7 /asm/asm_gdt.s | |
| parent | e85a68e1536a0f6505300e1cb79f06b9743b00f7 (diff) | |
cleaning logs, docs, interrupts
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 |
