diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-11-11 16:55:11 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-11 21:35:27 +0100 |
commit | 309e91930e33ec137be55d6e67241d30b95bd48c (patch) | |
tree | 747241d891b0502e4258aeb4ca8b1b0dd2f77598 /board/qemu/x86/readme.txt | |
parent | 1f52b2ae1d2bbc5784c10dda397493236fb1ed5a (diff) | |
download | buildroot-novena-309e91930e33ec137be55d6e67241d30b95bd48c.tar.gz buildroot-novena-309e91930e33ec137be55d6e67241d30b95bd48c.zip |
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/qemu/x86/readme.txt')
-rw-r--r-- | board/qemu/x86/readme.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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. |