mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Disable testing code
svn path=/trunk/; revision=1478
This commit is contained in:
parent
390fd4f1fb
commit
7f10630ab4
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: main.c,v 1.69 2000/12/26 05:32:44 dwelch Exp $
|
/* $Id: main.c,v 1.70 2000/12/26 05:34:27 dwelch Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -585,11 +585,7 @@ _main (ULONG MultiBootMagic, PLOADER_PARAMETER_BLOCK _LoaderBlock)
|
||||||
/*
|
/*
|
||||||
* Launch initial process
|
* Launch initial process
|
||||||
*/
|
*/
|
||||||
#if 0
|
|
||||||
LdrLoadInitialProcess();
|
LdrLoadInitialProcess();
|
||||||
#endif
|
|
||||||
|
|
||||||
TestV86Mode();
|
|
||||||
|
|
||||||
DbgPrint("Finished main()\n");
|
DbgPrint("Finished main()\n");
|
||||||
PsTerminateSystemThread(STATUS_SUCCESS);
|
PsTerminateSystemThread(STATUS_SUCCESS);
|
||||||
|
|
Loading…
Reference in a new issue