riscvarchive / riscv-qemu

QEMU with RISC-V (RV64G, RV32G) Emulation Support
384 stars 154 forks source link

How can I found VIDEO BIOS Extensions information in riscv-qemu #193

Closed LoveZJT closed 5 years ago

LoveZJT commented 5 years ago

I want to get VIDEO BIOS Extensions information, such as framebuffer, width and height of screen. I can't find the address of it. So how can I found VIDEO BIOS Extensions information in riscv-qemu? Or which files should I read?

jim-wilson commented 5 years ago

This tree is not actively maintained, and is not a good place to ask questions.

RISC-V is an ISA, not a graphics device, so this is the wrong place to look. Presumably you can choose any graphics device, and then for programming details you have to look at the documentation for that graphics device.