Closed xuanplus closed 4 months ago
I try to add apic for my code, and it works on bios. When I selected the uefi, I got result like that:
I have closed the pic, and my local apic code is following:
self.lapic = LocalApicBuilder::default() .timer_vector(32) .error_vector(51) .spurious_vector(39) .set_xapic_base(apic_virtual_address) .build() .ok();
I don't what cause that, what should I do for that?
Thanks for reporting!
Closing in favor of https://github.com/rust-osdev/bootloader/issues/447
I try to add apic for my code, and it works on bios. When I selected the uefi, I got result like that:
I have closed the pic, and my local apic code is following:
I don't what cause that, what should I do for that?