Framebuffer Kernel Parameters
From Superk
These codes can be passed on the boot prompt line to the kernel using the vga= option. Using the Framebuffer's video modes at the kernel level allows for high resolution text on the console natively which is a nice feature to take advantage of! Higher resolution conole = smaller text = more on the screen at once!
| 640x480 | 800x600 | 1024x768 | 1280x1024 | |
|---|---|---|---|---|
| 256 | 0x301 | 0x303 | 0x305 | 0x307 |
| 32k | 0x310 | 0x313 | 0x316 | 0x319 |
| 64k | 0x311 | 0x314 | 0x317 | 0x31A |
| 16M | 0x312 | 0x315 | 0x318 | 0x31B |
