WIP: Bring SMP support #11

Closed
harraiken wants to merge 8 commits from harraiken/exectos:master into master
Showing only changes of commit 6fea2fa1e5 - Show all commits

View File

@@ -51,7 +51,7 @@ XTSTATUS
HlStartProcessor(IN ULONG CpuId,
IN PHYSICAL_ADDRESS EntryPoint)
{
ULONG Attempt;
UCHAR Attempt;
/* Wait until command register is clear */
while((HlReadApicRegister(APIC_ICR0) & APIC_DELIVERY_PENDING) != 0);