BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 4021434ef5cef9ccc9b90a3f44c214e7f4e67b70 / kernel

// Related

Nucleus

Barry Enable paging on all processors 4021434 (3 years, 3 months ago)
diff --git a/kernel/acpi/apic.c b/kernel/acpi/apic.c
index 0fdb2b2..67ebb06 100644
--- a/kernel/acpi/apic.c
+++ b/kernel/acpi/apic.c
@@ -214,6 +214,7 @@ ap_startup(void)
 	enable_apic();
 	cpu_load();
 	apic_start_timer();
+	cpu_load_paging();
 
 	/* Do nothing */
 	asm volatile("cli");