Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I Cannot Boot It #232

Open
partisani opened this issue Mar 1, 2022 · 5 comments
Open

I Cannot Boot It #232

partisani opened this issue Mar 1, 2022 · 5 comments

Comments

@partisani
Copy link

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
Copy link
Author

(For Make It Work)

@swap2ag
Copy link

swap2ag commented Mar 1, 2022

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.

@light-200
Copy link

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

@ghost
Copy link

ghost commented Mar 7, 2022

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

@swap2ag
Copy link

swap2ag commented Mar 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants