Date: Sat, 11 May 2002 14:39:59 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 Makefile boot2.c Message-ID: <200205112140.g4BLe0O46775@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205112140.g4BLe0O46775>