From 687c7563fe63fe760d8efda40a2681b917223c4d Mon Sep 17 00:00:00 2001 From: briggs Date: Sat, 9 Jul 1994 06:33:46 +0000 Subject: [PATCH] Comment out macserinit and macinit until we can replace them. They're for debugging before we have an initialized console, primarily. --- sys/arch/mac68k/mac68k/locore.s | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s index c042bec8f726..f11915f46576 100644 --- a/sys/arch/mac68k/mac68k/locore.s +++ b/sys/arch/mac68k/mac68k/locore.s @@ -86,7 +86,7 @@ * from: Utah $Hdr: locore.s 1.58 91/04/22$ * * from: @(#)locore.s 7.11 (Berkeley) 5/9/91 - * $Id: locore.s,v 1.19 1994/07/07 01:46:44 briggs Exp $ + * $Id: locore.s,v 1.20 1994/07/09 06:33:46 briggs Exp $ */ #include "assym.s" @@ -868,7 +868,7 @@ abouttouser: .globl _etext .globl start .globl _gray_bar - .globl _macinit +| .globl _macinit .globl _root_scsi_id | CPC - for scsi id passed in on d7 from booter .globl _serial_boot_echo .globl _videoaddr, _videorowbytes @@ -927,8 +927,8 @@ start: .word 0x4e7b, 0x0003 | Disable MMU jbsr _gray_bar - jbsr _macserinit | For debugging - jbsr _macinit | For debugging +| jbsr _macserinit | For debugging +| jbsr _macinit | For debugging jsr _get_top_of_ram | Get amount of memory in machine addl _load_addr, d0 @@ -1041,7 +1041,7 @@ LnosetTT: #endif jbsr _gray_bar | 5 - Turned off MMU - jbsr _macserinit +| jbsr _macserinit jbsr _gray_bar | 6 - Initialized serial, no interrupts movl longscratch2, sp@-