Pointers in ASM
Posted: Fri Aug 09, 2002 8:25 pm
I have this in my bootloader:
vesa_pmode_interface dw ''
...code to put stuff in vesa_pmode_interface
And I want to access this variable in my Kernel ASM. How would I do this? Is there even a way I could?
vesa_pmode_interface dw ''
...code to put stuff in vesa_pmode_interface
And I want to access this variable in my Kernel ASM. How would I do this? Is there even a way I could?