precomp.h

来自「一个类似与Windows环境下的softice的源代码」· C头文件 代码 · 共 92 行

H
92
字号
/****************************************************************************** * * Copyright (c) 2003 Gerhard W. Gruber * * PROJECT: pICE * $Source: /cvsroot/pice/pice/module/precomp.h,v $ * $Revision: 1.5 $ * $Date: 2004/02/17 23:07:37 $ * $Author: lightweave $ * $Name:  $ * * $Log: precomp.h,v $ * Revision 1.5  2004/02/17 23:07:37  lightweave * * Improved the DEBUG facillity and replaced the configuration handler with a * new code which now can read MS Windows INI style files. See CHANGES.txt for * more details. * Also added a macro which prevents compiling for kernels before 2.4.19. * * Revision 1.4  2003/06/18 22:00:22  lightweave * DEBUG and DEBUG_SERIAL added * * *****************************************************************************//*++Copyright (c) 1998-2001 Klaus P. GerlicherModule Name:    precomp.hAbstract:    precompiled headersEnvironment:    LINUX 2.2.X    Kernel mode onlyAuthor:     Klaus P. GerlicherRevision History:    15-Nov-2000:    general cleanup of source filesCopyright notice:  This file may be distributed under the terms of the GNU Public License.--*/#include "retypes.h"#include "defines.h"#include <asm/segment.h>#include "../shared/shared.h"#include "debug.h"#include "hardware.h" #include "entry.h"#include "shell.h" #include "utils.h" #include "init.h" #include "trace.h" #include "hooks.h" #include "patch.h"		// patch the keyboard driver #include "symbols.h"#include "parse.h" #include "syscall.h"#include "bp.h"#include "scancodes.h"#include "output.h"#include "dblflt.h"#include "pgflt.h"#include "gpfault.h"#include "divbyzerofault.h"#include "stackfault.h"#include "invopfault.h"#include "nmifault.h"#include "serial.h"#include "hercules.h"#include "vga.h"#include "pice_ver.h"#include "heap.h"#include "notpresentfault.h"#include "alignment.h"#include "smp.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?