WIP: Bring SMP support #11

닫힘
harraiken harraiken/exectos:master 에서 master 로 8 commits 를 머지하려 합니다
Showing only changes of commit 6fea2fa1e5 - Show all commits

파일 보기

@@ -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);