Hello!
This is my first post here, and I've been peacefully developing an OS using FASM with no major problems. Most problems regarding FASM and it's syntax are ones that I can look up and solve in 30 minutes, but on this current one it's been six hours, and I thought I might as well just ask. I'm putting the finishing touches on an extended bootloader which maps all available RAM into page tables. I am just wondering how to perform a far jmp to it with a linear address (9 bits PM4LT 9 bits PDPT 9 bits PDT 9 bits PT 12 bits Offset).
Thank you all in advance,
Mikestylz
|