fixed handling of boot drivers

svn path=/trunk/; revision=725
This commit is contained in:
Rex Jolliff 1999-10-23 18:56:04 +00:00
parent a5dd3430d6
commit 28df2503d3

View file

@ -18,7 +18,7 @@ COPY /Y A:\SUBSYS\*.DLL C:\reactos\system32 > NUL:
:L1
CLS
LOADROS NTOSKRNL.EXE IDE.SYS VFATFSD.SYS
LOADROS NTOSKRNL.EXE DRIVERS\IDE.SYS DRIVERS\VFATFSD.SYS
GOTO :END
:L2