Added preliminary system hive file.
authorEric Kohl <eric.kohl@reactos.org>
Sun, 9 Dec 2001 04:58:44 +0000 (04:58 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 9 Dec 2001 04:58:44 +0000 (04:58 +0000)
svn path=/trunk/; revision=2424

reactos/install.bat
reactos/system.hiv [new file with mode: 0644]

index 21a0471..9592ec4 100644 (file)
@@ -19,6 +19,7 @@ md %ROS_INSTALL%\media\fonts
 copy boot.bat %ROS_INSTALL%
 copy aboot.bat %ROS_INSTALL%
 copy boot.hiv %ROS_INSTALL%
+copy system.hiv %ROS_INSTALL%\system32\config
 copy loaders\dos\loadros.com %ROS_INSTALL%
 copy ntoskrnl\ntoskrnl.exe %ROS_INSTALL%\system32
 copy hal\halx86\hal.dll %ROS_INSTALL%\system32
diff --git a/reactos/system.hiv b/reactos/system.hiv
new file mode 100644 (file)
index 0000000..ed898c2
--- /dev/null
@@ -0,0 +1,56 @@
+REGEDIT4
+
+[\Registry\Machine\SYSTEM]
+
+[\Registry\Machine\SYSTEM\CurrentControlSet]
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Control]
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Control\ServiceGroupOrder]
+"List"="Primary Disk;Boot File System;Base;Pointer Port;Keyboard Port;Pointer Class;Keyboard Class;Video;File System"
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Services]
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Beep]
+"ImagePath"="system32\drivers\beep.sys"
+"Group"="Base"
+"Start"=dword:00000001
+"Type"=dword:00000001
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Floppy]
+"ImagePath"="system32\drivers\floppy.sys"
+"Group"="Primary Disk"
+"Start"=dword:00000001
+"Type"=dword:00000001
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Ide]
+"ImagePath"="system32\drivers\ide.sys"
+"Group"="Primary Disk"
+"Start"=dword:00000000
+"Type"=dword:00000001
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Msfs]
+"ImagePath"="system32\drivers\msfs.sys"
+"Group"="File System"
+"Start"=dword:00000001
+"Type"=dword:00000002
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Npfs]
+"ImagePath"="system32\drivers\npfs.sys"
+"Group"="File System"
+"Start"=dword:00000001
+"Type"=dword:00000002
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Null]
+"ImagePath"="system32\drivers\null.sys"
+"Group"="Base"
+"Start"=dword:00000001
+"Type"=dword:00000001
+
+[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Vfatfs]
+"ImagePath"="system32\drivers\vfatfs.sys"
+"Group"="Boot File System"
+"Start"=dword:00000000
+"Type"=dword:00000002
+
+