Clean up comments.

This commit is contained in:
scottr 1997-09-16 16:13:47 +00:00
parent 8dbfee6073
commit eb72408374
1 changed files with 8 additions and 13 deletions

View File

@ -1,21 +1,16 @@
/* $NetBSD: macglobals.s,v 1.3 1996/05/14 04:00:48 briggs Exp $ */
/* $NetBSD: macglobals.s,v 1.4 1997/09/16 16:13:47 scottr Exp $ */
/* Copyright 1994 by Bradley A. Grantham, All rights reserved */
/*
* MacOS global variable space; storage for global variables used by
* MacROMGlue routines (see macrom.c, macrom.h macromasm.s)
* Mac OS global variable space; storage for global variables used by
* Mac ROM traps and glue routines (see macrom.c, macrom.h macromasm.s)
*/
.text
.space 0x2a00 /* did I miss something? this is a bad fix for
someone who is writing over low mem */
/* changed from 0xf00 to 0x2a00 as some routine running before ADBReInit
chooses to write to 0x1fb8. With the trap table from 0x0 to 0x3ff,
this additional space of 0x2a00 should be sufficient (WRU) */
.space 0x2a00
/*
* This has not been included for some time and things seem to still
* be working.
.space 0x1000
*/
* changed from 0xf00 to 0x2a00 as some routine running before ADBReInit
* chooses to write to 0x1fb8. With the trap table from 0x0 to 0x3ff,
* this additional space of 0x2a00 should be sufficient (WRU)
*/