Jump to Long Mode Segment
Posted: Fri Nov 02, 2007 8:32 am
Hi,
I am not there with the implementation yet, but am thinking about the design of the second-stage boot loader for my 64 bit OS. This is probably a simple yes/no answer, but can I do the following from 64-bit compatiblity mode:
or will I have to initially jump to a 32 bit offset to enable long mode and do a second jump to a 64 bit offset once long mode is enabled?
Thanks for any help,
Adam
I am not there with the implementation yet, but am thinking about the design of the second-stage boot loader for my 64 bit OS. This is probably a simple yes/no answer, but can I do the following from 64-bit compatiblity mode:
Code: Select all
jmp [long mode segment]:[64 bit offset]
Thanks for any help,
Adam