From 88c5873713a4eda47d299abd9cecaa49221ec9fe Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 10 Sep 2018 00:54:35 +0200 Subject: physical memory manager review et al. --- kernel/smp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/smp.c') diff --git a/kernel/smp.c b/kernel/smp.c index 9434a47..aa1a878 100644 --- a/kernel/smp.c +++ b/kernel/smp.c @@ -183,8 +183,8 @@ void kernel_ap() // this will start all our application processors! void smp_start_aps(acpi_information *pros) { - fixme("how to support IPI addressing more than 16cpus?"); - // TODO: check if local APIC is present via CPUID (P6 (i686) and above) + fixme("how to support IPI addressing more than 16cpus?"); + fixme("check via cpuid if apic exist?"); local_apic_addr=pros->local_apic_address; io_apic_addr=pros->io_apic_address; -- cgit v1.2.3