I am approaching to x86 real mode coding, and I have found some example code here: http://www.nondot.org/sabre/os/files/Booting/nasmBoot.txt
The third example in that article loads a few sector of the floppy in the memory using the BIOS calls in real mode, and then jumps to them. It is a simple boot loader. It loads 5 sectors from 2nd sector. On the second sector (after 512 bytes of the first sector), there are a few instructions for printing out some text.
Well, I compiled it and tried the binary, but the text doesn't get printed out. Can you reproduce this dysfunction and tell me how to fix it?
I thank you for your help, and I apologise for the banality of my question. (Yet I can't figure out where things went wrong).