From owner-cvs-all Sat May 11 14:40: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 343B137B403; Sat, 11 May 2002 14:40:00 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4BLe0O46775; Sat, 11 May 2002 14:40:00 -0700 (PDT) (envelope-from peter) Message-Id: <200205112140.g4BLe0O46775@freefall.freebsd.org> From: Peter Wemm Date: Sat, 11 May 2002 14:39:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 Makefile boot2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/11 14:39:59 PDT Modified files: sys/boot/i386/boot2 Makefile boot2.c Log: Use a crowbar and duct-tape to make boot2 fit again. This gets it down to 4 bytes free. I removed a printf (the Keyboard yes/no) since it is of marginal value and sed'ed the generated asm output to remove the unwanted aligns. There's probably a better way to gain a few extra bytes than losing the printf. Shortening strings is probably a better option but this should get us over the hurdle. Revision Changes Path 1.25 +6 -0 src/sys/boot/i386/boot2/Makefile 1.40 +1 -1 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message