We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Running the boot code hangs my PC.
To Reproduce
nasm -f bin boot.nasm && qemu-system-x86_64 boot
Expected behavior It runs and shouldn't hang my PC.
Additional context
hbina@akarin:~$ screenfetch -n hbina@akarin OS: Ubuntu 20.04 focal Kernel: x86_64 Linux 5.15.0-46-generic Uptime: 7m Packages: 2076 Shell: bash 5.0.17 Resolution: 1920x1080 DE: GNOME 3.36.5 WM: Mutter WM Theme: Adwaita GTK Theme: Yaru [GTK2/3] Icon Theme: Yaru Font: Ubuntu 11 Disk: 104G / 453G (25%) CPU: AMD Ryzen 7 4800U with Radeon Graphics @ 16x 1.8GHz GPU: AMD/ATI RAM: 2834MiB / 31518MiB hbina@akarin:~$ qemu-system-x86_64 --version QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.23) Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers hbina@akarin:~$ nasm --version NASM version 2.14.02
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Try adding [org 0x7c00] as the second line
[org 0x7c00]
No branches or pull requests
Describe the bug
Running the boot code hangs my PC.
To Reproduce
nasm -f bin boot.nasm && qemu-system-x86_64 boot
.Expected behavior
It runs and shouldn't hang my PC.
Additional context
The text was updated successfully, but these errors were encountered: