what is your multiboot grb2 framebuffer_addr??
Posted: Fri Mar 20, 2020 6:16 pm
my framebuffer_addr is 0xfd000000, to my surprise, my qemu only has 2Gb memory. How does it visited this strange address??
The Place to Start for Operating System Developers
http://f.osdev.org/
many thanks,by the way how can i get the memory map of the graphic card??iansjack wrote:Your graphics card (or emulated card) also contains RAM.
You can't. You might use a card specific register to map different regions of GPU RAM, so that you can access them using the memory bus. There are usually some sort of get-frame-buffer-address function which does that (GPU->CPU) and you can define buffer objects (CPU->GPU).wellwell wrote:many thanks,by the way how can i get the memory map of the graphic card??