diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-11-11 16:55:12 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-11 21:36:09 +0100 |
commit | 3e974ba2d218df614877270431ee1043503bc2d5 (patch) | |
tree | a778eff0bef8ec6f619e7dffbd59692c079070df /board/qemu/x86_64/readme.txt | |
parent | 309e91930e33ec137be55d6e67241d30b95bd48c (diff) |
qemu_x86_64: add new qemu defconfig
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/qemu/x86_64/readme.txt')
-rw-r--r-- | board/qemu/x86_64/readme.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/qemu/x86_64/readme.txt b/board/qemu/x86_64/readme.txt new file mode 100644 index 000000000..c06d24faa --- /dev/null +++ b/board/qemu/x86_64/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. |