feat: gdt, attributes move, reorder
Added late gdt setup with initial tss Moved attributes to include root Reordered some imports
This commit is contained in:
10
include/myke/cpu/gdt.h
Normal file
10
include/myke/cpu/gdt.h
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by rick on 19-03-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_GDT_H
|
||||
#define NEW_KERNEL_GDT_H
|
||||
|
||||
void gdt_init();
|
||||
|
||||
#endif //NEW_KERNEL_GDT_H
|
||||
Reference in New Issue
Block a user