From 38b1273c7e3a52ae929f36fe07e29bc68ef95102 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 3 Sep 2018 00:07:20 +0200 Subject: clean filenames etc --- asm/asm_gdt.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 asm/asm_gdt.h (limited to 'asm/asm_gdt.h') 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) -- cgit v1.2.3