qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] run qemu with x86_64 arch (host arch)


From: Marwa Hamza
Subject: [Qemu-devel] run qemu with x86_64 arch (host arch)
Date: Tue, 19 Apr 2016 22:10:13 +0100

hello
i'm trying to run qemu with x86_64 arch
i prepared file system with busybox
i got that elf file
_install/bin/busybox:     format de fichier elf64-x86-64
architecture: i386:x86-64, fanions 0x00000102:
EXEC_P, D_PAGED
adresse de départ 0x0000000000522024
and i compiled linux kernel
make ARCH=x86_64 x86_64_defconfig
make ARCH=x86_64
and i configured qemu
./configure --target-list=x86_64-softmmu --disable-vnc --enable-sdl --disable-kvm --enable-debug
make
then when i run qemu i got a kernel panic _ not syncing vfs :unable to mount rootfs on unknown block(1,0)
./x86_64-softmmu/qemu-system-x86_64  -M pc -kernel /linux-4.1.18/arch/x86_64/boot/bzImage -initrd /busybox-1.21.0/rootfs.img.gz -append "root=/dev/ram rdinit=/bin/sh" 
thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]