Cargo Features
[dependencies]
axplat-x86-qemu-q35 = { version = "0.4.0", default-features = false, features = ["fp-simd", "irq", "reboot-on-system-off", "rtc", "smp"] }
- default = irq, reboot-on-system-off, smp
-
These default features are set whenever
axplat-x86-qemu-q35is added withoutsomewhere in the dependency tree.default-features = false - fp-simd
- irq default
-
Affects
apic::set_enable,apic::local_apic… - reboot-on-system-off default
- rtc
-
Enables x86_rtc
- smp default
-
Enables smp of ax-kspin and ax-plat
ax-kspin:
To use in the multi-core environment
Affects
apic::raw_apic_id,apic::init_secondary,time::init_secondary,apic::local_apic…