mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Added preliminary system hive file.
svn path=/trunk/; revision=2424
This commit is contained in:
parent
1ba52efab8
commit
10231d15e7
2 changed files with 57 additions and 0 deletions
|
@ -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
|
||||
|
|
56
reactos/system.hiv
Normal file
56
reactos/system.hiv
Normal file
|
@ -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
|
||||
|
||||
|
Loading…
Reference in a new issue