phil-opp / blog_os

Writing an OS in Rust

Home Page:http://os.phil-opp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples for APIC?

DefinitelyNotSimon13 opened this issue · comments

commented

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!

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.