mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
:L1
|
||||||
CLS
|
CLS
|
||||||
LOADROS NTOSKRNL.EXE IDE.SYS VFATFSD.SYS
|
LOADROS NTOSKRNL.EXE DRIVERS\IDE.SYS DRIVERS\VFATFSD.SYS
|
||||||
GOTO :END
|
GOTO :END
|
||||||
|
|
||||||
:L2
|
:L2
|
||||||
|
|
Loading…
Reference in a new issue