1BIOSDECODE(8) System Manager's Manual BIOSDECODE(8)
2
3
4
6 biosdecode - BIOS information decoder
7
9 biosdecode [OPTIONS]
10
12 biosdecode parses the BIOS memory and prints information about all
13 structures (or entry points) it knows of. Currently known entry point
14 types are:
15
16 • SMBIOS (System Management BIOS)
17 Use dmidecode for a more detailed output.
18
19 • DMI (Desktop Management Interface, a legacy version of SMBIOS)
20 Use dmidecode for a more detailed output.
21
22 • SYSID
23
24 • PNP (Plug and Play)
25
26 • ACPI (Advanced Configuration and Power Interface)
27
28 • BIOS32 (BIOS32 Service Directory)
29
30 • PIR (PCI IRQ Routing)
31
32 • 32OS (BIOS32 Extension, Compaq-specific)
33 See ownership for a Compaq ownership tag retrieval tool.
34
35 • SNY (Sony-specific, not decoded)
36
37 • VPD (Vital Product Data, IBM-specific)
38 Use vpddecode for a more detailed output.
39
40 • FJKEYINF (Application Panel, Fujitsu-specific)
41
42
43 biosdecode started its life as a part of dmidecode but as more entry
44 point types were added, it was moved to a different program.
45
47 -d, --dev-mem FILE
48 Read memory from device FILE (default: /dev/mem)
49
50 --pir full
51 Decode the details of the PCI IRQ routing table. Only full mode
52 is supported.
53
54 -h, --help
55 Display usage information and exit
56
57 -V, --version
58 Display the version and exit
59
61 /dev/mem
62
64 Most of the time, biosdecode prints too much information (you don't re‐
65 ally care about addresses) or not enough (because it doesn't follow
66 pointers and has no lookup tables).
67
69 Alan Cox, Jean Delvare
70
72 dmidecode(8), mem(4), ownership(8), vpddecode(8)
73
74
75
76dmidecode February 2007 BIOSDECODE(8)