mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Remove broken code
This commit is contained in:
parent
76f8477712
commit
86c290f830
@ -138,8 +138,6 @@ namespace GlobalDescriptorTable
|
|||||||
memset((void *)(tss[Core].InterruptStackTable[2] - STACK_SIZE), 0, STACK_SIZE);
|
memset((void *)(tss[Core].InterruptStackTable[2] - STACK_SIZE), 0, STACK_SIZE);
|
||||||
|
|
||||||
CPU::x64::ltr(GDT_TSS);
|
CPU::x64::ltr(GDT_TSS);
|
||||||
asmv("mov %%rsp, %0"
|
|
||||||
: "=r"(tss[Core].StackPointer[0]));
|
|
||||||
|
|
||||||
debug("GDT_KERNEL_CODE: %#lx", GDT_KERNEL_CODE);
|
debug("GDT_KERNEL_CODE: %#lx", GDT_KERNEL_CODE);
|
||||||
debug("GDT_KERNEL_DATA: %#lx", GDT_KERNEL_DATA);
|
debug("GDT_KERNEL_DATA: %#lx", GDT_KERNEL_DATA);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user