Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / seabios / docs / Developer_links.md
1 Links to pages with more information.
2
3 BIOS interfaces
4 ===============
5
6 Ralf Brown's interrupt list
7
8 * <http://www.cs.cmu.edu/~ralf/files.html>
9
10 Memory layout info
11
12 * <http://stanislavs.org/helppc/bios_data_area.html>
13
14 Old PNP BIOS spec
15
16 * <ftp://download.intel.com/support/motherboards/desktop/sb/pnpbiosspecificationv10a.pdf>
17
18 T13 BIOS Enhanced Disk Drive (drafts):
19
20 * <http://www.t10.org/t13/#Project_drafts>
21
22 Exported BIOS tables
23 ====================
24
25 ACPI spec
26
27 * <http://www.acpi.info/>
28
29 PCI IRQ Routing Table Specification
30
31 * <http://www.microsoft.com/whdc/archive/pciirq.mspx>
32
33 MP configuration table
34
35 * <http://www.intel.com/design/pentium/datashts/242016.htm>
36
37 SM BIOS (aka DMI):
38
39 * <http://www.dmtf.org/standards/smbios/>
40
41 Hardware information
42 ====================
43
44 info on PIC
45
46 * <http://www.beyondlogic.org/interrupts/interupt.htm>
47
48 info on kbd
49
50 * <http://www.computer-engineering.org/ps2protocol/>
51
52 info on vga
53
54 * <http://www.osdever.net/FreeVGA/home.htm>
55
56 info on lpt
57
58 * <http://www.beyondlogic.org/spp/parallel.htm>
59
60 info on floppy
61
62 * <http://www.isdaman.com/alsos/hardware/fdc/floppy.htm>
63
64 info on ata
65
66 * <http://ata.wiki.kernel.org/index.php/Developer_Resources>
67 * <http://www.t10.org/t13/#Project_drafts>
68
69 info on serial
70
71 * <http://www.national.com/ds/PC/PC16550D.pdf>
72
73 General information
74 ===================
75
76 Bochs tech document list
77
78 * <http://bochs.sourceforge.net/techdata.html>
79
80 Phoenix documents
81
82 * <http://www.phoenix.com/en/Customer+Services/White+Papers-Specs/PC+Industry+Specifications.htm>
83
84 Dosemu information
85
86 * <http://www.dosemu.org/docs/README-tech>