[ ] I've got a working bootloader. Now I need to learn how to pass control from that bootloader to... Well, I'm really not sure how to do that.
[ ] Once I have passed control out of the bootloader. How do I access the graphics driver?
[ ] How is
LEA AX,var1
any different from
MOV AX, OFFSET var1
?
[ ] Why would you XOR something by itself in order to zero it out rather than just moving 0000h into it? It is just more efficient?
More questions to come... (probably)