| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file "COPYING" in the main directory of this archive |
| * Copyright (C) 1994, 1995 Waldorf Electronics |
| * Written by Ralf Baechle and Andreas Busse |
| * Copyright (C) 1995 - 1999 Ralf Baechle |
| * Copyright (C) 1996 Paul M. Antoine |
| * Modified for DECStation and hence R3000 support by Paul M. Antoine |
| * Further modifications by David S. Miller and Harald Koerfgen |
| * Copyright (C) 1999 Silicon Graphics, Inc. |
| /* Save boot rom start args */ |
| PTR_LA a0, (.heap) /* heap address */ |
| PTR_LA sp, (.stack + 8192) /* stack address */ |
| PTR_LA k0, decompress_kernel |
| .comm .heap,BOOT_HEAP_SIZE,4 |