[solved] QEMU + Minix 3 Textbook source code
Posted: Thu Nov 01, 2018 10:25 pm
Hi there!
I am trying to run the image from the Minix 3 textbook on QEMU. I am following the how-to guide from their Wiki. These are the commands I have entered:
However I get the following error:
I am running a x64 windows machine, and using WSL if that helps.
Hoping someone can help me out...
Note: I only allocate 1G because that's what the textbook says it needs. After the textbook version, Minix 3 becomes more complex and needs more space.
I am trying to run the image from the Minix 3 textbook on QEMU. I am following the how-to guide from their Wiki. These are the commands I have entered:
Code: Select all
qemu-img create minix.img 1G
qemu-system-x86_64 -m 256 -cdrom minix.img -boot d -display curses
Code: Select all
Booting from DVD/CD...
Boot failed: Could not read from CDROM (code 0005)
Hoping someone can help me out...
Note: I only allocate 1G because that's what the textbook says it needs. After the textbook version, Minix 3 becomes more complex and needs more space.