mirror of
https://github.com/deadw00d/AROS.git
synced 2026-03-18 01:53:01 +00:00
typo
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53671 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user