nanvix / kernel

Research Operating System Kernel
https://github.com/nanvix
MIT License
61 stars 8 forks source link

[hal] Stopping boot if processor suports x2apic #423

Closed rafael0121 closed 3 months ago

rafael0121 commented 4 months ago

Description

If the processor running the Kernel has support for x2apic the Kernel stop boot, because x2apic isn't implemented. But x2apic support xapic too, so the Kernel can continue booting without problems.

Files

Change