Load the GDT

This commit is contained in:
Philipp Oppermann
2019-01-25 13:57:40 +01:00
parent ea1b031fd3
commit b5202e26a1
2 changed files with 5 additions and 0 deletions

View File

@@ -28,3 +28,7 @@ lazy_static! {
gdt
};
}
pub fn init() {
GDT.load();
}