mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 09:04:39 +00:00
INSTALL
svn path=/trunk/; revision=1790
This commit is contained in:
parent
94309de6e4
commit
a70a5e92d0
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue