I Cannot Boot It
When I'm On Windows, Cannot Do Nothing With The .bin File, And QEMU Doesn't Work In WSL, What Can I Do In Windows?
(For Make It Work)
Both nasm and qemu are available for windows. You don't need to use WSL for running these. I use Windows for these tutorials and it works well.
e Windows for these tutorials and it works well.
its works very fine for me, i've wsl 2 and qemu and nasm both work very fine
e Windows for these tutorials and it works well.
its works very fine for me, i've wsl 2 and qemu and nasm both work very fine
I've tried several sources here on GitHub and QEMU refuses to boot past the boot sector. As soon as it goes to enter 32bit mode on any of it... It halts and nothing more happens...
@TheSpecialist666 I tried it again (this time on Windows 10). I used below commands from 10-32bit-enter folder and it works-
nasm -f bin 32bit-main.asm -o 32bit-main.bin
qemu-system-x86_64 32bit-main.bin
I added both nasm and qemu to PATH environment variable.