mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-05 20:39:19 +00:00
APIC implementation (not working as expected)
This commit is contained in:
@ -40,10 +40,7 @@ namespace GlobalDescriptorTable
|
||||
"1:\n"
|
||||
"movw $16, %%ax\n"
|
||||
"movw %%ax, %%ds\n"
|
||||
"movw %%ax, %%es\n"
|
||||
"movw $0x1b, %%ax\n"
|
||||
"movw %%ax, %%fs\n"
|
||||
"movw %%ax, %%gs\n" ::
|
||||
"movw %%ax, %%es\n" ::
|
||||
: "memory", "rax");
|
||||
|
||||
uint64_t Base = (uint64_t)&tss[Core];
|
||||
|
Reference in New Issue
Block a user