https://git.reactos.org/?p=reactos.git;a=commitdiff;h=334abba1c3853b6121c646fb1583c2bffac4d04a

commit 334abba1c3853b6121c646fb1583c2bffac4d04a
Author:     Adam Słaboń <asaillen456...@gmail.com>
AuthorDate: Mon Nov 9 23:46:35 2020 +0100
Commit:     GitHub <nore...@github.com>
CommitDate: Mon Nov 9 23:46:35 2020 +0100

    [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.)
---
 boot/bootdata/hivesys.inf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index 30bb1a01944..8b1a02c38f1 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -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

Reply via email to