svn path=/trunk/; revision=1790
This commit is contained in:
Nedko Arnaudov 2001-04-15 22:08:23 +00:00
parent 94309de6e4
commit a70a5e92d0
2 changed files with 3 additions and 3 deletions

View 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

View 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>