mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Default to choosing a resolution
This commit is contained in:
parent
073af0f01d
commit
e3161301fb
@ -4,8 +4,8 @@ USE16
|
||||
align 512, db 0
|
||||
|
||||
config:
|
||||
.xres: dw 1024
|
||||
.yres: dw 768
|
||||
.xres: dw 0
|
||||
.yres: dw 0
|
||||
|
||||
times 512 - ($ - config) db 0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user