From owner-cvs-sys Thu Jul 11 22:42:09 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA02618 for cvs-sys-outgoing; Thu, 11 Jul 1996 22:42:09 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA02603; Thu, 11 Jul 1996 22:42:04 -0700 (PDT) Date: Thu, 11 Jul 1996 22:42:04 -0700 (PDT) From: Bruce Evans Message-Id: <199607120542.WAA02603@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot asm.h start.S Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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.S