mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Load the GDT
This commit is contained in:
@@ -28,3 +28,7 @@ lazy_static! {
|
||||
gdt
|
||||
};
|
||||
}
|
||||
|
||||
pub fn init() {
|
||||
GDT.load();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user