Boot: Bump our requested resolution to 1280x1024

This makes bare metal boots a bit nicer on machines where that mode
is available to us.
This commit is contained in:
Andreas Kling 2019-09-21 16:31:52 +02:00
parent ceb5508fea
commit a50cfc5f1f
Notes: sideshowbarker 2024-07-19 12:01:51 +09:00

View file

@ -22,8 +22,8 @@
/* for MULTIBOOT_VIDEO_MODE */
.long 0x00000000 /* mode_type */
.long 1024 /* width */
.long 768 /* height */
.long 1280 /* width */
.long 1024 /* height */
.long 32 /* depth */
.section .stack, "aw", @nobits