diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-07-31 18:13:14 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-31 23:40:37 +0200 |
commit | 190806ed721d7c1c0d16e48b2c37252ad0fa1588 (patch) | |
tree | c3552a6053604f4513f8dd4dedb70cd51be62601 /board | |
parent | ece2f746d2f262e8da77ec486c36aaa2a84b6419 (diff) | |
download | buildroot-novena-190806ed721d7c1c0d16e48b2c37252ad0fa1588.tar.gz buildroot-novena-190806ed721d7c1c0d16e48b2c37252ad0fa1588.zip |
qemu/x86_64: update to use kernel 3.4.7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/qemu/x86_64/linux-3.4.config (renamed from board/qemu/x86_64/linux-3.3.config) | 0 | ||||
-rw-r--r-- | board/qemu/x86_64/readme.txt | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/qemu/x86_64/linux-3.3.config b/board/qemu/x86_64/linux-3.4.config index 5bf6944e3..5bf6944e3 100644 --- a/board/qemu/x86_64/linux-3.3.config +++ b/board/qemu/x86_64/linux-3.4.config diff --git a/board/qemu/x86_64/readme.txt b/board/qemu/x86_64/readme.txt index c06d24faa..de50f3c4a 100644 --- a/board/qemu/x86_64/readme.txt +++ b/board/qemu/x86_64/readme.txt @@ -3,3 +3,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. + +Tested with QEMU 1.1.1 |