From 10231d15e7acfc9bdc08edd50d6c0f8263ad4b7a Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 9 Dec 2001 04:58:44 +0000 Subject: [PATCH] Added preliminary system hive file. svn path=/trunk/; revision=2424 --- reactos/install.bat | 1 + reactos/system.hiv | 56 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 reactos/system.hiv diff --git a/reactos/install.bat b/reactos/install.bat index 21a04719390..9592ec41c9e 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -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 index 00000000000..ed898c2f674 --- /dev/null +++ b/reactos/system.hiv @@ -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 + +