diff options
author | Marvin Borner | 2019-09-15 00:03:16 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-15 00:03:16 +0200 |
commit | bd60d787b3691eaf04ef1d7e7f779466c62818f6 (patch) | |
tree | ec3496d6110fc1f9a6068578571e8cda2325347f /src/gdt/gdt.h | |
parent | edfded107a7a573c06894d5ade48b4a1d7a3e265 (diff) |
Began global descriptor table
Diffstat (limited to 'src/gdt/gdt.h')
-rw-r--r-- | src/gdt/gdt.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |