problem with qemu

closed account (Dy7SLyTq)
so im working on a tiny os, using this website http://mikeos.berlios.de/write-your-own-os.html but the problem is i cant get qemu to install. i tried installing with apt-get but it would never be able to get all of the packages, so i tried to build from source and it said the whole thing went successfully (configure/make/sudo make install) but when i typed in qemu it said error command not found
I haven't solved your problem (yet) but I am guessing you are using this link?
http://www.linuxforu.com/2011/05/quick-quide-to-qemu-setup/
If not, try it.

EDIT:
Why would apt-get not work?
Last edited on
closed account (Dy7SLyTq)
i was not using that link. i just downloaded the source and ran the traditional configure/make/make install. ill try the link though. thanks. as to why apt-get wouldnt work, i would run sudo apt-get install qemu, and sometimes it would look like it installed and other times it would say error: couldnt get all of the packages. try with apt-get update or --fix-missing. i would try both but to no avail
> but when i typed in qemu it said error command not found
$ pacman --query --list qemu | grep bin/
/usr/bin/qemu-alpha
/usr/bin/qemu-arm
/usr/bin/qemu-armeb
/usr/bin/qemu-cris
/usr/bin/qemu-ga
/usr/bin/qemu-i386
/usr/bin/qemu-img
/usr/bin/qemu-io
/usr/bin/qemu-m68k
/usr/bin/qemu-microblaze
/usr/bin/qemu-microblazeel
/usr/bin/qemu-mips
/usr/bin/qemu-mips64
/usr/bin/qemu-mips64el
/usr/bin/qemu-mipsel
/usr/bin/qemu-mipsn32
/usr/bin/qemu-mipsn32el
/usr/bin/qemu-nbd
/usr/bin/qemu-or32
/usr/bin/qemu-ppc
/usr/bin/qemu-ppc64
/usr/bin/qemu-ppc64abi32
/usr/bin/qemu-s390x
/usr/bin/qemu-sh4
/usr/bin/qemu-sh4eb
/usr/bin/qemu-sparc
/usr/bin/qemu-sparc32plus
/usr/bin/qemu-sparc64
/usr/bin/qemu-system-alpha
/usr/bin/qemu-system-arm
/usr/bin/qemu-system-cris
/usr/bin/qemu-system-i386
/usr/bin/qemu-system-lm32
/usr/bin/qemu-system-m68k
/usr/bin/qemu-system-microblaze
/usr/bin/qemu-system-microblazeel
/usr/bin/qemu-system-mips
/usr/bin/qemu-system-mips64
/usr/bin/qemu-system-mips64el
/usr/bin/qemu-system-mipsel
/usr/bin/qemu-system-moxie
/usr/bin/qemu-system-or32
/usr/bin/qemu-system-ppc
/usr/bin/qemu-system-ppc64
/usr/bin/qemu-system-ppcemb
/usr/bin/qemu-system-s390x
/usr/bin/qemu-system-sh4
/usr/bin/qemu-system-sh4eb
/usr/bin/qemu-system-sparc
/usr/bin/qemu-system-sparc64
/usr/bin/qemu-system-unicore32
/usr/bin/qemu-system-x86_64
/usr/bin/qemu-system-xtensa
/usr/bin/qemu-system-xtensaeb
/usr/bin/qemu-unicore32
/usr/bin/qemu-x86_64
/usr/bin/virtfs-proxy-helper
no qemu command
closed account (Dy7SLyTq)
ok then let me ask you this... in my os build folder i have the following files:
os.asm
os.bin
os.flp
how would i test these on virtual box?
Topic archived. No new replies allowed.