mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[BOOTDATA] Add an empty SystemPrefix value (#3362)
This gets "ReactOS" with Win2003 NT kernel + HAL boot a bit further. (The "SystemPrefix" REG_DWORD value is part of license information in Win2000/XP/2003.)
This commit is contained in:
parent
be01e6d76f
commit
334abba1c3
1 changed files with 1 additions and 0 deletions
|
@ -2220,6 +2220,7 @@ HKLM,"SYSTEM\Setup","CmdLine",0x00000000,"setup -newsetup"
|
|||
HKLM,"SYSTEM\Setup","OsLoaderPath",0x00000000,"\"
|
||||
HKLM,"SYSTEM\Setup","SetupType",0x00010001,0x00000001
|
||||
HKLM,"SYSTEM\Setup","SystemPartition",0x00000000,"\Device\Harddisk0\Partition1"
|
||||
HKLM,"SYSTEM\Setup","SystemPrefix",0x00000001
|
||||
HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x00010001,0x00000001
|
||||
|
||||
; Debug channels
|
||||
|
|
Loading…
Reference in a new issue