forgor smp is broked

limine
Able 2022-11-30 01:14:34 -06:00
parent 5cb1ef8d65
commit 9b243410ab
Signed by untrusted user: able
GPG Key ID: 0BD8B45C30DCA887
1 changed files with 9 additions and 9 deletions

View File

@ -121,15 +121,15 @@ pub fn kernel_main(
}
}
// SMP
{
let smp = SMP.get_response().get().unwrap();
for cpu in smp.cpus().unwrap() {
// unsafe {
// cpu.goto_address = *(trace_hcf as *const u64);
// }
}
}
// // SMP
// {
// let smp = SMP.get_response().get().unwrap();
// for cpu in smp.cpus().unwrap() {
// // unsafe {
// // cpu.goto_address = *(trace_hcf as *const u64);
// // }
// }
// }
scratchpad();
sloop()