SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.35k stars 3.42k forks source link

qemu command is not now available to Ubuntu 14.04 LTS #63

Open isaacsapelino opened 10 years ago

isaacsapelino commented 10 years ago

Hey there! I just found some errors, The qemu command is not now qemu it has some many parts now like qemu-system-i386 and stuff.. I changed it to kvm to some users has activated kvm to their PC's but it is not working..

anonymousch commented 9 years ago

project's enviroment is Ubuntu 10.04 LTS

zhaofengli commented 9 years ago

Does sudo ln -s /usr/bin/qemu-i386 /usr/local/bin/qemu help?

mpujari commented 8 years ago

@zhaofengli thanks, it helped me. I was about to post an issue stating "make run" hangs but then just came across your comment which helped me to pass through things. Now I can see "System is ready" with "hello world!"

mihudaner commented 5 months ago

@zhaofengli谢谢,它对我有帮助。我正要发布一个问题,指出“make run”挂起,但后来发现了您的评论,这帮助我解决了问题。现在我可以看到“系统已准备好”和“hello world!”

image hello,i use /usr/bin/qemu-i386 but have error,how can you success,can you help me?