local.h

来自「操作系统源代码」· C头文件 代码 · 共 20 行

H
20
字号
/* $Header: local.h,v 2.7 88/07/08 10:33:53 ceriel Exp $ *//* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". *//* collection of options, selected by including or excluding 'defines' *//* Version number of the EM object code */#	define	VERSION		3	/* 16 bits number *//* The default machine used by ack, acc, apc */#	define	ACKM		"minix"/* size of local machine, either 0 (for 16 bit address space), or 1 */#	undef BIGMACHINE	1/* operating system, SYS_5, V7, BSD4_1 or BSD4_2; Do NOT delete the comment   in the next line! */#	define V7  1       /* SYSTEM */

⌨️ 快捷键说明

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