summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStuart Bennett <stuart@freedesktop.org>2009-03-01 18:43:56 +0000
committerStuart Bennett <stuart@freedesktop.org>2009-03-01 18:48:54 +0000
commit48fac6ec26280f146ea7a0a70b3fe0a96f8e9874 (patch)
tree64a782340d805aa09f54c39b059ebdfa957d0a13 /README
parent77ca140b5e85ad1b675723daa703e2d3f8708402 (diff)
Add option to read image in from a fileHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 22d5cd1..476a74a 100644
--- a/README
+++ b/README
@@ -12,11 +12,12 @@ Building:
Run make
Running:
-./vbtracetool [-d] [-l] [-r] [-g | -p | -s MODENUMBER | -w]
+./vbtracetool [-d] [-l] [-r | -x ROMFILE] [-g | -p | -s MODENUMBER | -w]
-d gives trace output *to stderr*. you'll want to redirect that.
-l gives IO logging *to stderr*. you'll want to redirect that.
-r forces use of the shadow ram bios image
+ -x forces use of given bios image (inadvisable)
-g gets the current display mode number (default)
-p posts the card. could induce several seconds of pants cacking with -d.