phil-opp / blog_os

Writing an OS in Rust
http://os.phil-opp.com
Apache License 2.0
14.27k stars 1.01k forks source link

Examples for APIC? #1319

Open DefinitelyNotSimon13 opened 1 month ago

DefinitelyNotSimon13 commented 1 month ago

Hey there I was just wondering if there where any decent code examples on how to replace the chained PIC from edition two, with APIC in order to be able to use it with new newer Bootloader/UEFI!

As descriped in the migration guide there is no guide yet and to be honest I was so far unable to get it working myself!

kennystrawnmusic commented 1 month ago

https://github.com/kennystrawnmusic/cryptos/blob/master/src/drivers/apic_impl.rs is a good reference point, as it took me a full week to get right.