Registry / other / pc-ints

pc-ints

JSON →
library0.4.0rscratesunverified

PC retro interrupts (BIOS, DOS, VGA, DPMI, etc.).

# Cargo.toml [dependencies] pc-ints = "0.4.0"
INSTALL
IMPORT
SIG · PC-INTS
P
pc-ints
otherrustv0.4.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.

interrupt
use pc_ints::interrupt;

Calls a BIOS interrupt (0x10) with an empty register array.

use pc_ints::interrupt; fn main() { unsafe { interrupt(0x10, &mut [0; 8]); } }
Debug
Known issues
gotchaRequires unsafe code for interrupt calls
fix
Wrap calls in unsafe blocks and ensure proper register setup
affects: >=0.1.0
Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pc-ints — cargo add pc-ints · libregistry