INSTALL
authorNedko Arnaudov <nedko@users.sourceforge.net>
Sun, 15 Apr 2001 22:08:23 +0000 (22:08 +0000)
committerNedko Arnaudov <nedko@users.sourceforge.net>
Sun, 15 Apr 2001 22:08:23 +0000 (22:08 +0000)
svn path=/trunk/; revision=1790

reactos/INSTALL
reactos/subsys/win32k/misc/driver.c

index 3112e46..7da4170 100644 (file)
@@ -31,7 +31,7 @@ The system can only be started from DOS. Copy the following files,
 services/dd/ide/ide.sys, services/fs/vfat/vfatfsd.sys
 ntoskrnl/ntoskrnl.exe and loaders/dos/loadros.com, to a suitable
 directory, such as C:\. The system can then be booted with the
-command 'loadros.com ntoskrnl.exe ide.sys vfatfsd.sys'.
+command 'loadros.com ntoskrnl.exe ide.sys vfatfs.sys'.
 
 
 You may also want to try running the enhanced shell, cmd.exe, found in
index cea2f1a..a65d6e2 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: driver.c,v 1.16 2001/03/31 15:35:08 jfilby Exp $
+/* $Id: driver.c,v 1.17 2001/04/15 22:08:23 narnaoud Exp $
  * 
  * GDI Driver support routines
  * (mostly swiped from Wine)
@@ -12,7 +12,7 @@
 #include <windows.h>
 #include <win32k/driver.h>
 #include <wchar.h>
-#include "../../ntoskrnl/include/internal/module.h"
+//#include "../../ntoskrnl/include/internal/module.h"
 #include <ddk/winddi.h>
 #include <ddk/ntddvid.h>