Registry / other / pic8259

pic8259

JSON →
library0.11.0rscratesunverified

Provides abstractions for the 8259 and 8259A programmable interrupt controllers.

# Cargo.toml [dependencies] pic8259 = "0.11.0"
INSTALL
IMPORT
SIG · PIC8259
P
pic8259
otherrustv0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ChainedPics
use pic8259::ChainedPics;

Initialize the 8259 PICs in a chained configuration.

use pic8259::ChainedPics; fn main() { let mut pics = unsafe { ChainedPics::new(0x20, 0xA0) }; unsafe { pics.initialize(); } }
Debug
Known issues
gotchaRequires unsafe code for hardware access; incorrect initialization can cause system instability.
fix
Ensure proper interrupt vector offsets and mask configuration.
affects: all
Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pic8259 — cargo add pic8259 · libregistry