1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-03-18 01:53:01 +00:00
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53671 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
NicJA
2017-02-16 03:51:55 +00:00
parent fcac248c2e
commit 7eddcf0dc4

View File

@ -243,7 +243,7 @@ void kernel_cstart(const struct TagItem *msg)
if (!__KernBootPrivate->BOOTIDT)
__KernBootPrivate->BOOTIDT = krnAllocBootMemAligned(sizeof(apicidt_t) * 256, 256);
D(bug("[Kernel] BOOT GDT @ 0x%p, LDT @ 0x%P, TSS @ 0x%p\n", __KernBootPrivate->BOOTGDT, __KernBootPrivate->BOOTIDT, __KernBootPrivate->TSS));
D(bug("[Kernel] BOOT GDT @ 0x%p, LDT @ 0x%p, TSS @ 0x%p\n", __KernBootPrivate->BOOTGDT, __KernBootPrivate->BOOTIDT, __KernBootPrivate->TSS));
if (!kick_end)
{