Remove video resolution In() strings and char input in OSInstall bare metal install and OSUpgrade code.

TODO: test OSUpgrade, and/or completely remove it in favor of an install-time optional Diff to gracefully report differences and confirm if wanting to install.
This commit is contained in:
TomAwezome 2022-10-13 18:59:44 -04:00
parent 6ff44d06cb
commit 537a650523

View file

@ -160,9 +160,7 @@ U0 OSUpgrade()
OSMerge(drv_let); // src_drv needed?
XTalkWait(task, "BootHDIns('%C');\n\nB\n0x20000\n%C\n%s\n\n", drv_let, drv_let, port_st);
VideoRep;
res_num = I64Get("Enter desired list num ($$PURPLE$$<ENTER>$$FG$$ for max res): ",, 1);
XTalkWait(task, "%d\n\n\n", res_num); //skip through Disk Cache, Options
XTalkWait(task, "\n\n"); //skip through Disk Cache, Options
if (!sys_is_uefi_booted)
{
@ -391,9 +389,7 @@ U0 RegularInstallWiz()
XTalkWait(task, "BootHDIns('%C');\n\nB\n0x20000\nC\n%s\n\n", drv_let, port_st);
VideoRep;
res_num = I64Get("Enter desired list num ($$PURPLE$$<ENTER>$$FG$$ for max res): ",, 1);
XTalkWait(task, "%d\n\n\n", res_num); //skip through Disk Cache, Options
XTalkWait(task, "\n\n"); //skip through Disk Cache, Options
if (!sys_is_uefi_booted)
{
"$$RED$$Install Master Boot loader?$$FG$$";