defs.h

来自「Memtest86 is thorough, stand alone memor」· C头文件 代码 · 共 28 行

H
28
字号
/* defs.h - MemTest-86 Version 3.2 * assembler/compiler definitions * * Released under version 2 of the Gnu Public License. * By Chris Brady */ #define SETUPSECS	4		/* Number of setup sectors *//* * Caution!! There is magic in the build process.  Read * README.build-process before you change anything.   * Unlike earlier versions all of the settings are in defs.h * so the build process should be more robust. */#define LOW_TEST_ADR	0x00002000		/* Final adrs for test code */#define HIGH_TEST_ADR	0x00100000		/* Relocation base address */#define BOOTSEG		0x07c0			/* Segment adrs for inital boot */#define INITSEG		0x9000			/* Segment adrs for relocated boot */#define SETUPSEG	(INITSEG+0x20)		/* Segment adrs for relocated setup */#define TSTLOAD		0x1000			/* Segment adrs for load of test */#define KERNEL_CS	0x10			/* 32 bit segment adrs for code */#define KERNEL_DS	0x18			/* 32 bit segment adrs for data */#define REAL_CS		0x20			/* 16 bit segment adrs for code */#define REAL_DS		0x28			/* 16 bit segment adrs for data */

⌨️ 快捷键说明

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