xref: /netbsd/sys/arch/mac68k/mac68k/macglobals.s (revision bf9ec67e)
1/*	$NetBSD: macglobals.s,v 1.4 1997/09/16 16:13:47 scottr Exp $	*/
2
3/* Copyright 1994 by Bradley A. Grantham, All rights reserved */
4
5/*
6 * Mac OS global variable space; storage for global variables used by
7 * Mac ROM traps and glue routines (see macrom.c, macrom.h macromasm.s)
8 */
9	.text
10	.space 0x2a00
11
12/*
13 * changed from 0xf00 to 0x2a00 as some routine running before ADBReInit
14 * chooses to write to 0x1fb8.  With the trap table from 0x0 to 0x3ff,
15 * this additional space of 0x2a00 should be sufficient  (WRU)
16 */
17