os-tutorial icon indicating copy to clipboard operation
os-tutorial copied to clipboard

I Cannot Boot It

Open partisani opened this issue 3 years ago • 5 comments

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?

partisani avatar Mar 01 '22 20:03 partisani

(For Make It Work)

partisani avatar Mar 01 '22 20:03 partisani

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.

swap2ag avatar Mar 01 '22 21:03 swap2ag

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

light-200 avatar Mar 06 '22 13:03 light-200

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...

ghost avatar Mar 07 '22 22:03 ghost

@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.

swap2ag avatar Mar 11 '22 21:03 swap2ag