mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Boot script for ACPI target
svn path=/trunk/; revision=2196
This commit is contained in:
parent
a50141ac65
commit
d094202f91
2 changed files with 2 additions and 0 deletions
|
@ -506,6 +506,7 @@ install_dirs:
|
|||
|
||||
install_before:
|
||||
$(CP) boot.bat $(INSTALL_DIR)/boot.bat
|
||||
$(CP) aboot.bat $(INSTALL_DIR)/aboot.bat
|
||||
$(CP) media/fonts/helb____.ttf $(INSTALL_DIR)/media/fonts/helb____.ttf
|
||||
$(CP) media/fonts/timr____.ttf $(INSTALL_DIR)/media/fonts/timr____.ttf
|
||||
|
||||
|
|
1
reactos/aboot.bat
Normal file
1
reactos/aboot.bat
Normal file
|
@ -0,0 +1 @@
|
|||
loadros system32\ntoskrnl.exe system32\hal.dll system32\drivers\acpi.sys system32\drivers\ide.sys system32\drivers\vfatfs.sys
|
Loading…
Reference in a new issue