boot: Set a kcmdline flag when debug is set in menu

This commit is contained in:
K. Lange 2021-10-18 19:50:59 +09:00
parent fc7cfa0005
commit 3336fe23cb

View File

@ -124,6 +124,7 @@ int kmain() {
if (_debug) {
txt_debug = 1;
strcat(cmdline, "debug ");
}
if (!_vbox) {