From 8e3411139b27a3421e9ac75c13f14f99f6dd3137 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 2 Sep 2018 00:08:42 +0200 Subject: syscalls --- asm/gdt.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 asm/gdt.h (limited to 'asm/gdt.h') diff --git a/asm/gdt.h b/asm/gdt.h new file mode 100644 index 0000000..f5bcbd3 --- /dev/null +++ b/asm/gdt.h @@ -0,0 +1 @@ +void asm_setup_gdt(uint32_t addr, uint32_t size) -- cgit v1.2.3