mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
fixed handling of boot drivers
svn path=/trunk/; revision=725
This commit is contained in:
parent
a5dd3430d6
commit
28df2503d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue