From a70a5e92d0c4b6bf96c1020dd5873b8cd74925e1 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 15 Apr 2001 22:08:23 +0000 Subject: [PATCH 1/1] INSTALL svn path=/trunk/; revision=1790 --- reactos/INSTALL | 2 +- reactos/subsys/win32k/misc/driver.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/INSTALL b/reactos/INSTALL index 3112e466677..7da417022a2 100644 --- a/reactos/INSTALL +++ b/reactos/INSTALL @@ -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 diff --git a/reactos/subsys/win32k/misc/driver.c b/reactos/subsys/win32k/misc/driver.c index cea2f1a13f9..a65d6e2c58e 100644 --- a/reactos/subsys/win32k/misc/driver.c +++ b/reactos/subsys/win32k/misc/driver.c @@ -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 #include #include -#include "../../ntoskrnl/include/internal/module.h" +//#include "../../ntoskrnl/include/internal/module.h" #include #include -- 2.17.1