⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defs.h

📁 系统启动时检测内存状况的软件C代码
💻 H
字号:
/* defs.h - MemTest-86 assembler/compiler definitions * * Released under version 2 of the Gnu Public License. * By Chris Brady, cbrady@sgi.com */#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	0x00200000		/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -