summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarolherbst <karolherbst@web>2017-04-18 16:25:31 +0000
committernouveau <iki-nouveau@freedesktop.org>2017-04-18 16:25:31 +0000
commit63050a9eb93001bc4987d27b02a67a3ac4bdbbec (patch)
tree231ca8764a217ce8ab7de927458e64ac975d5ecb
parentee497ba3f6cbf634fa6f7ff4321bbc23c15d768f (diff)
-rw-r--r--DumpingVideoBios.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/DumpingVideoBios.mdwn b/DumpingVideoBios.mdwn
index 18a3740..ca8b5bc 100644
--- a/DumpingVideoBios.mdwn
+++ b/DumpingVideoBios.mdwn
@@ -11,8 +11,8 @@ A video BIOS may contain x86 binary code, binary scripts and several data tables
There are several options on how to dump the BIOS:
* nvagetbios: [[https://github.com/envytools/envytools/blob/master/nva/nvagetbios.c]]
-* using any nouveau module after 2.6.34 ([[commit|http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=b42861f40f5ea3261d9fa1d5533496bf1fc812cf]]):
- * `cat /sys/kernel/debug/dri/0/vbios.rom > vbios.rom` `Note: assuming that you have debugfs mounted on "/sys/kernel/debug"`
+* using any nouveau module after 2.6.34 ([[commit|http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=b42861f40f5ea3261d9fa1d5533496bf1fc812cf]]) `Note: assuming that you have debugfs mounted on "/sys/kernel/debug"`:
+ * `cat /sys/kernel/debug/dri/0/vbios.rom > vbios.rom`
On powerpc machines, the video BIOS can be retrieved from Open Firmware: