diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:23:37 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:23:37 -0700 |
commit | 6caf836e3390faefaad8257b9cec2eb97bdbfb41 (patch) | |
tree | 0c96f4640b4b8bce441269b5d2bdf83e7f12a459 /docs/future | |
parent | 78c7b8355832b9f3eb574788ab4c5a7d96f0486e (diff) | |
download | librebootfr-6caf836e3390faefaad8257b9cec2eb97bdbfb41.tar.gz librebootfr-6caf836e3390faefaad8257b9cec2eb97bdbfb41.zip |
Global fix
Diffstat (limited to 'docs/future')
-rw-r--r-- | docs/future/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/future/index.md b/docs/future/index.md index f15f40a8..aa5b0da9 100644 --- a/docs/future/index.md +++ b/docs/future/index.md @@ -326,7 +326,8 @@ Get intelvbttool here: <http://review.coreboot.org/#/c/5842> Now dump a copy of the running VGA BIOS: **\$ sudo dd if=/dev/mem bs=64k of=runningvga.bin skip=12 count=1**\ -Then do (and record the output):\ +Then do (and record the output): + $ ./intelvbttool runningvga.bin > intelvbttool\_out Backup both files (runningvga.bin and intelvbttool\_out), renaming them |