Boot script for ACPI target
authorCasper Hornstrup <chorns@users.sourceforge.net>
Thu, 23 Aug 2001 17:35:17 +0000 (17:35 +0000)
committerCasper Hornstrup <chorns@users.sourceforge.net>
Thu, 23 Aug 2001 17:35:17 +0000 (17:35 +0000)
svn path=/trunk/; revision=2196

reactos/Makefile
reactos/aboot.bat [new file with mode: 0644]

index 1f63303..4116a66 100644 (file)
@@ -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
 
diff --git a/reactos/aboot.bat b/reactos/aboot.bat
new file mode 100644 (file)
index 0000000..1d00d69
--- /dev/null
@@ -0,0 +1 @@
+loadros system32\ntoskrnl.exe system32\hal.dll system32\drivers\acpi.sys system32\drivers\ide.sys system32\drivers\vfatfs.sys
\ No newline at end of file