aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-05-25 15:00:28 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-25 15:00:28 +0200
commitd6e4ba1f9d3b9ec2c85129c7afed7388d9233c55 (patch)
tree4a270deb011096e9abc7dc2cb334444eb5895cfa /README
parenta924304f8e6aea47e3f98e1b2a37b17b5f295a09 (diff)
downloadqboot-d6e4ba1f9d3b9ec2c85129c7afed7388d9233c55.zip
qboot-d6e4ba1f9d3b9ec2c85129c7afed7388d9233c55.tar.gz
qboot-d6e4ba1f9d3b9ec2c85129c7afed7388d9233c55.tar.bz2
an 8MB cbfs flash does not fit together with bios.bin
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 360ad7c..9baba33 100644
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ fw_cfg based example:
cbfs-based example (pflash isn't the definitive interface though):
$ dd if=/dev/zero of=boot.bin bs=4096 count=1
- $ cbfstool cbfs.rom create -s 8m -B boot.bin -m x86 -o 0x1000
+ $ cbfstool cbfs.rom create -s 8128k -B boot.bin -m x86 -o 0x1000
$ cbfstool cbfs.rom add -f /boot/vmlinuz-4.0.3-300.fc22.x86_64 -n vmlinuz -t raw
$ echo 'console=ttyS0,115200,8n1' > cmdline
$ cbfstool cbfs.rom add -f cmdline -n cmdline -t raw