Difference between revisions of "FAQ"
Jump to navigation
Jump to search
(→Flash-PLAICE Programmer, Logic Analyzer and In-Circuit Emulator: /. article & comments) |
(→How can I write to port 0x80 from userspace?: backlink) |
||
Line 472: | Line 472: | ||
* You can also download the [http://www.intel.com/technology/iapc/acpi/downloads.htm latest version of the source code]. | * You can also download the [http://www.intel.com/technology/iapc/acpi/downloads.htm latest version of the source code]. | ||
=== How can I write to port 0x80 from userspace? === | === How can I write to POSTcard port 0x80 from userspace? === | ||
[http://www.linuxbios.org/pipermail/linuxbios/2006-November/017012.html This] might be useful in some situations: | [http://www.linuxbios.org/pipermail/linuxbios/2006-November/017012.html This] might be useful in some situations, and to output a number to a POST card: | ||
printf "\001" | dd bs=1 seek=128 of=/dev/port | printf "\001" | dd bs=1 seek=128 of=/dev/port |