How can I print a string on the Qemu screen when writing a simple OS?
I’m writing a simple OS. I’m having trouble with the output string in qemu screen, the screen just shows something like this (it only shows the output of the boot.asm
file, but the output of the kernel.c
file doesn’t show):