mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[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:
parent
10e7643c80
commit
8d7153c8ba
5 changed files with 86 additions and 18 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue