pc-ints 0.3.0

PC retro interrupts (BIOS, DOS, VGA, DPMI, etc.).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.maintenance]
status = "experimental"
[dependencies.memoffset]
features = ["unstable_const"]
version = "0.8.0"

[package]
authors = ["warlock <internalmike@gmail.com>"]
categories = ["os", "no-std"]
description = "PC retro interrupts (BIOS, DOS, VGA, DPMI, etc.)."
documentation = "https://docs.rs/pc-ints/"
edition = "2021"
keywords = ["pc", "dos", "ibm", "interrupt", "dpmi"]
license = "MIT OR Apache-2.0"
name = "pc-ints"
readme = "README.md"
repository = "https://github.com/A1-Triard/pc-ints"
version = "0.3.0"