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

'make run' error: could not load PC BIOS 'bios.bin' #34

Closed neilss closed 10 years ago

neilss commented 10 years ago

Here is the error when I typed 'make run': This filesystem will be automatically checked every 20 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. cd ./sdk && ./qemu.sh open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support qemu: could not load PC BIOS 'bios.bin' make: *\ [run] Error 1

SamyPesse commented 10 years ago

Are you using Vagrant with lucid32 box?

neilss commented 10 years ago

When I retried all steps referrenced in chapter 2, everything is ok. I don't know what's wrong with my previous steps, maybe missing something:)