Set video mode to 1920x1080 (HD) or higher in kernel ASM (NASM assembler)
Posted
by jimhap
on Stack Overflow
See other posts from Stack Overflow
or by jimhap
Published on 2009-12-23T00:41:14Z
Indexed on
2010/03/08
3:17 UTC
Read the original article
Hit count: 492
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.
© Stack Overflow or respective owner