summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-03-20 23:45:13 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-21 23:05:59 +0100
commit1775ca03a09c96613c7740c9954d33c420231031 (patch)
tree0fe01a8d2db4791419f5ed3574e3c87af67c69fe /board
parent7815993d8a9745695d638e34509c97a708a84d5d (diff)
qemu/x86: update to use kernel 3.3
Also switch documentation to use qemu-system-i386 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board')
-rw-r--r--board/qemu/x86/linux-3.3.config (renamed from board/qemu/x86/linux-3.2.config)0
-rw-r--r--board/qemu/x86/readme.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/x86/linux-3.2.config b/board/qemu/x86/linux-3.3.config
index 5bf6944e3..5bf6944e3 100644
--- a/board/qemu/x86/linux-3.2.config
+++ b/board/qemu/x86/linux-3.3.config
diff --git a/board/qemu/x86/readme.txt b/board/qemu/x86/readme.txt
index c06d24faa..4ba6607f3 100644
--- a/board/qemu/x86/readme.txt
+++ b/board/qemu/x86/readme.txt
@@ -1,5 +1,5 @@
Run the emulation with:
- qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
+ qemu-system-i386 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
The login prompt will appear in the graphical window.