mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 04:55:15 +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
Notes:
sideshowbarker
2024-07-19 12:01:51 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a50cfc5f1f7
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
Reference in a new issue