mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
Get rid of that unconsistent spaces
This commit is contained in:
parent
e00ce40c6e
commit
45fa378a65
@ -74,14 +74,14 @@ void MmInitGdt(void)
|
||||
memmove(&gdt[3], &tssDesc, sizeof(TssDescriptor_t));
|
||||
|
||||
DebugLog("GDT & TSS initialized\n");
|
||||
DebugLog(" gdt[0] : %#x\n", &gdt[0]);
|
||||
DebugLog(" gdt[1] : %#x\n", &gdt[1]);
|
||||
DebugLog(" gdt[2] : %#x\n", &gdt[2]);
|
||||
DebugLog(" tss : %#x\n", &gdt[3]);
|
||||
DebugLog(" ist1 : %#x\n", tss.ist1);
|
||||
DebugLog(" ist2 : %#x\n", tss.ist2);
|
||||
DebugLog(" ist3 : %#x\n", tss.ist3);
|
||||
DebugLog(" rsp0 : %#x\n", tss.ist1);
|
||||
DebugLog("gdt[0] : %#x\n", &gdt[0]);
|
||||
DebugLog("gdt[1] : %#x\n", &gdt[1]);
|
||||
DebugLog("gdt[2] : %#x\n", &gdt[2]);
|
||||
DebugLog("tss : %#x\n", &gdt[3]);
|
||||
DebugLog("ist1 : %#x\n", tss.ist1);
|
||||
DebugLog("ist2 : %#x\n", tss.ist2);
|
||||
DebugLog("ist3 : %#x\n", tss.ist3);
|
||||
DebugLog("rsp0 : %#x\n", tss.ist1);
|
||||
|
||||
MmLoadGdt(&gdtPtr, tssOffset);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user