mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
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:
parent
ceb5508fea
commit
a50cfc5f1f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue