From bd60d787b3691eaf04ef1d7e7f779466c62818f6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 15 Sep 2019 00:03:16 +0200 Subject: Began global descriptor table --- src/gdt/gdt.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/gdt/gdt.h (limited to 'src/gdt/gdt.h') diff --git a/src/gdt/gdt.h b/src/gdt/gdt.h new file mode 100644 index 0000000..46d80e2 --- /dev/null +++ b/src/gdt/gdt.h @@ -0,0 +1,6 @@ +#ifndef MELVIX_GDT_H +#define MELVIX_GDT_H + +void gdt_install(); + +#endif -- cgit v1.2.3