pc-ints 0.0.2

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
[badges.maintenance]
status = "experimental"

[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"
resolver = "2"
rust-version = "1.61"
version = "0.0.2"