[FREELDR] Implement NOSERIALMICE and FASTDETECT options (#5886)

Enable FASTDETECT by default, as done in NT 5+. This is because
the serial mouse is recognized by the serial stack since NT 5.x.
This commit is contained in:
Dmitry Borisov 2023-11-05 14:23:43 +06:00 committed by Hermès Bélusca-Maïto
parent 10e7643c80
commit 8d7153c8ba
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
5 changed files with 86 additions and 18 deletions

View file

@ -73,7 +73,7 @@ CreateFreeLoaderReactOSEntries(
/* ReactOS */
// BootEntry->BootEntryKey = MAKESTRKEY(L"ReactOS");
BootEntry->FriendlyName = L"\"ReactOS\"";
Options->OsLoadOptions = NULL; // L"";
Options->OsLoadOptions = L"/FASTDETECT";
AddBootStoreEntry(BootStoreHandle, BootEntry, MAKESTRKEY(L"ReactOS"));
/* ReactOS_Debug */