mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
No need to load vgamp.sys on startup
svn path=/trunk/; revision=2622
This commit is contained in:
parent
252d2dbf1d
commit
b90a7afc42
1 changed files with 3 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: loader.c,v 1.98 2002/02/10 13:35:37 chorns Exp $
|
||||
/* $Id: loader.c,v 1.99 2002/02/12 12:30:46 jfilby Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -948,10 +948,6 @@ VOID LdrLoadAutoConfigDrivers (VOID)
|
|||
*/
|
||||
LdrLoadAutoConfigDriver(L"vidport.sys");
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
LdrLoadAutoConfigDriver(L"vgamp.sys");
|
||||
#if 0
|
||||
/*
|
||||
* Minix filesystem driver
|
||||
|
|
Loading…
Reference in a new issue