linear frame buffer address
Posted: Thu Aug 18, 2016 1:42 pm
Hi, I am currently writing a simple vesa driver.
What's the typical address of a linear frame buffer?
I got LFB equal to 0xfc000000, and the call to vesa get mode function does return a 0x004f in AX register, which means the call succeed.
but is it typical for LFB to be such a high address? The qemu can only simulate a maximum of 2047 mb of memory, there is no way i can access a physical address 0xfc000000
Thanks!
What's the typical address of a linear frame buffer?
I got LFB equal to 0xfc000000, and the call to vesa get mode function does return a 0x004f in AX register, which means the call succeed.
but is it typical for LFB to be such a high address? The qemu can only simulate a maximum of 2047 mb of memory, there is no way i can access a physical address 0xfc000000
Thanks!