Posted is my bootloader code. Everything works until I try to jump to my loaded sector at ES:BX.
Please tell me what I am doing wrong. Probably a very rookie mistake.
Thanks!
Here is my code (not optimized, messy, sorry):
bits 16]
[org 0x7c00]
cli
mov ax, 0x8000 ; Set stack address
mov ss, ax...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.