summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-11-11 16:55:11 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-11-11 21:35:27 +0100
commit309e91930e33ec137be55d6e67241d30b95bd48c (patch)
tree747241d891b0502e4258aeb4ca8b1b0dd2f77598 /board
parent1f52b2ae1d2bbc5784c10dda397493236fb1ed5a (diff)
qemu_x86: update to kernel 3.1 and add readme
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.1.config (renamed from board/qemu/x86/linux-3.0.config)0
-rw-r--r--board/qemu/x86/readme.txt5
2 files changed, 5 insertions, 0 deletions
diff --git a/board/qemu/x86/linux-3.0.config b/board/qemu/x86/linux-3.1.config
index 5bf6944e3..5bf6944e3 100644
--- a/board/qemu/x86/linux-3.0.config
+++ b/board/qemu/x86/linux-3.1.config
diff --git a/board/qemu/x86/readme.txt b/board/qemu/x86/readme.txt
new file mode 100644
index 000000000..c06d24faa
--- /dev/null
+++ b/board/qemu/x86/readme.txt
@@ -0,0 +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
+
+The login prompt will appear in the graphical window.