Set video mode to 1920x1080 (HD) or higher in kernel ASM (NASM assembler)
- by jimhap
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.