could not load PC BIOS 'bios-256k.bin'
Closed this issue · 1 comments
davidcallanan commented
Original issue and solutions: #7
Perhaps -L
followed by path to bin is required when running qemu.
Todo: Find out why this might be the case, and if this should be fixed in a future tutorial.
Alternative potential solution: #7 (comment)
YouTube comments mentioning this issue: https://imgur.com/a/kguQ2pp
davidcallanan commented
I have updated the readme file with alternative commands for windows and linux which should solve the issue.
- Windows:
qemu-system-x86_64 -cdrom dist/x86_64/kernel.iso -L "C:\Program Files\qemu"
- Linux:
qemu-system-x86_64 -cdrom dist/x86_64/kernel.iso -L /usr/share/qemu/
- Alternatively, install a custom BIOS binary file and link it to Qemu using the
-L
option.