Set video mode to 1920x1080 (HD) or higher in kernel ASM (NASM assembler) [closed]
Asked Answered
P

1

9

I would like to set the video mode in a ASM kernel I'm working on to a video mode 1920x1080 or higher (or at least higher than the usual limit in VESA). Is there anyway to do that, and if so, provide sample code?

I'm using NASM to code the kernel.

Purlieu answered 23/12, 2009 at 0:41 Comment(0)
G
1

I'm pretty sure this would require direct communication with the graphics card in question. This is just what Nvidia/ATI drivers do for you, but you're out of luck unless your kernel supports windows/linux drivers ;)

Gandy answered 8/3, 2010 at 3:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.