From 28df2503d37416184c7191d35c97f5c86bdb19bb Mon Sep 17 00:00:00 2001 From: Rex Jolliff Date: Sat, 23 Oct 1999 18:56:04 +0000 Subject: [PATCH] fixed handling of boot drivers svn path=/trunk/; revision=725 --- reactos/bootflop.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/bootflop.bat b/reactos/bootflop.bat index c30c2046a11..5fc711c28e4 100644 --- a/reactos/bootflop.bat +++ b/reactos/bootflop.bat @@ -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