Skip to content

Conversation

@wanghaEMQ
Copy link

When running the 32bit-main.asm, in my environment(nasm v2.13.02, qemu v2.11.1), it will print 'S' continuously.
In my code, the only difference is the order of include. As follows.

'''
%include "../08-32bit-print/32bit-print.asm"
%include "32bit-switch.asm"
%include "../09-32bit-gdt/32bit-gdt.asm"
%include "../05-bootsector-functions-strings/boot_sect_print.asm"
'''

Copy link

@MGW14 MGW14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still doesn't work

@TygodeVries
Copy link

This did fix my issue! Thanks!

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

Successfully merging this pull request may close these issues.

3 participants