From 9e80202352dd49bdd9e67b8b906d86f058431505 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 May 2019 15:12:49 -0500 Subject: Initial import of abandoned HQEMU version 2.5.2 --- src/roms/seabios/docs/Developer_links.md | 86 ++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 src/roms/seabios/docs/Developer_links.md (limited to 'src/roms/seabios/docs/Developer_links.md') diff --git a/src/roms/seabios/docs/Developer_links.md b/src/roms/seabios/docs/Developer_links.md new file mode 100644 index 0000000..67a047e --- /dev/null +++ b/src/roms/seabios/docs/Developer_links.md @@ -0,0 +1,86 @@ +Links to pages with more information. + +BIOS interfaces +=============== + +Ralf Brown's interrupt list + +* + +Memory layout info + +* + +Old PNP BIOS spec + +* + +T13 BIOS Enhanced Disk Drive (drafts): + +* + +Exported BIOS tables +==================== + +ACPI spec + +* + +PCI IRQ Routing Table Specification + +* + +MP configuration table + +* + +SM BIOS (aka DMI): + +* + +Hardware information +==================== + +info on PIC + +* + +info on kbd + +* + +info on vga + +* + +info on lpt + +* + +info on floppy + +* + +info on ata + +* +* + +info on serial + +* + +General information +=================== + +Bochs tech document list + +* + +Phoenix documents + +* + +Dosemu information + +* -- cgit v1.1