Eh, default to 1440x900

This commit is contained in:
K. Lange 2018-05-09 19:05:33 +09:00
parent b23d7a2930
commit cd70295716
1 changed files with 2 additions and 2 deletions

View File

@ -394,9 +394,9 @@ int kmain() {
if (boot_mode == 0) {
if (_debug) {
multiboot_header.cmdline = (uintptr_t)"logtoserial=3 vid=auto,1024,768 root=/dev/ram0,nocache start=--migrate _start=session";
multiboot_header.cmdline = (uintptr_t)"logtoserial=3 vid=auto,1440,900 root=/dev/ram0,nocache start=--migrate _start=session";
} else {
multiboot_header.cmdline = (uintptr_t)"vid=auto,1024,768 root=/dev/ram0,nocache start=--migrate _start=session";
multiboot_header.cmdline = (uintptr_t)"vid=auto,1440,900 root=/dev/ram0,nocache start=--migrate _start=session";
}
} else if (boot_mode == 1) {
if (_debug) {