Eh, default to 1440x900
This commit is contained in:
parent
b23d7a2930
commit
cd70295716
@ -394,9 +394,9 @@ int kmain() {
|
|||||||
|
|
||||||
if (boot_mode == 0) {
|
if (boot_mode == 0) {
|
||||||
if (_debug) {
|
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 {
|
} 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) {
|
} else if (boot_mode == 1) {
|
||||||
if (_debug) {
|
if (_debug) {
|
||||||
|
Loading…
Reference in New Issue
Block a user