mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-11 05:24:44 -04:00
Cleanup
This commit is contained in:
parent
45d8c38bb7
commit
fe0ec4c531
@ -396,9 +396,9 @@ gdt::gdt_descriptor_t user_data_descriptor(){
|
||||
}
|
||||
|
||||
//TODO On some machines, this should be aligned to 16 bits
|
||||
static gdt::gdt_descriptor_t gdt[8];
|
||||
gdt::gdt_descriptor_t gdt[8];
|
||||
|
||||
static gdt::gdt_ptr gdtr;
|
||||
gdt::gdt_ptr gdtr;
|
||||
|
||||
void setup_gdt(){
|
||||
//1. Init GDT descriptor
|
||||
|
Loading…
x
Reference in New Issue
Block a user