Date: Thu, 11 Jul 1996 22:42:04 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot asm.h start.S Message-ID: <199607120542.WAA02603@freefall.freebsd.org>
index | next in thread | raw e-mail
bde 96/07/11 22:42:03 Modified: sys/i386/boot/biosboot asm.h start.S Log: Moved the definition of DEBUGMSG() from asm.h to start.S. This macro is only appropriate to use in the special environment of start.S (real mode plus some conventions about not saving registers), and asm.h is supposed to be for generic macros. Removed some unnecessary parentheses. Revision Changes Path 1.6 +1 -8 src/sys/i386/boot/biosboot/asm.h 1.8 +12 -5 src/sys/i386/boot/biosboot/start.Shelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607120542.WAA02603>
