Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand/scsiboot Mention a few other (not implem...
details: https://anonhg.NetBSD.org/src/rev/815c735c3994
branches: trunk
changeset: 467981:815c735c3994
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Apr 01 08:47:38 1999 +0000
description:
Mention a few other (not implemented) space saving ideas in case we
get desparate in the future.
diffstat:
sys/arch/pmax/stand/scsiboot/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 774edb197af1 -r 815c735c3994 sys/arch/pmax/stand/scsiboot/Makefile
--- a/sys/arch/pmax/stand/scsiboot/Makefile Thu Apr 01 08:14:11 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/Makefile Thu Apr 01 08:47:38 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/04/01 06:05:05 simonb Exp $
+# $NetBSD: Makefile,v 1.14 1999/04/01 08:47:38 simonb Exp $
# @(#)Makefile 8.3 (Berkeley) 2/16/94
S= ${.CURDIR}/../../../..
@@ -28,6 +28,10 @@
# -DLIBSA_SINGLE_DEVICE=rz -D"rzioctl(x,y,z)=EINVAL" -D"rzclose(f)=0"
# -DLIBSA_FS_SINGLECOMPONENT
# -DLIBSA_NO_DISKLABEL_MSGS
+# Also possible to save space:
+# + Remove disklabel support.
+# + Change alloc() to always allocate past "top", and don't worry
+# about free(). At the moment, there's only about 50kB alloc()'d.
ALL= rzboot bootrz
Home |
Main Index |
Thread Index |
Old Index