summaryrefslogtreecommitdiff
path: root/asm/asm_gdt.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-03 00:07:20 +0200
committerMiguel <m.i@gmx.at>2018-09-03 00:07:20 +0200
commit38b1273c7e3a52ae929f36fe07e29bc68ef95102 (patch)
tree16734c1c190825159f6ca9696d9c5cfb04e89c8f /asm/asm_gdt.h
parentfd5a9b87e47bc072aa63fcaf5735232a37338303 (diff)
clean filenames etc
Diffstat (limited to 'asm/asm_gdt.h')
-rw-r--r--asm/asm_gdt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/asm_gdt.h b/asm/asm_gdt.h
new file mode 100644
index 0000000..523b783
--- /dev/null
+++ b/asm/asm_gdt.h
@@ -0,0 +1,7 @@
+/**
+ * @file
+ * http://wiki.osdev.org/GDT_Tutorial
+ */
+
+/** call as asm_setup_gdt(GDT,sizeof(GDT)) */
+void asm_setup_gdt(uint32_t addr, uint32_t size)