Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/stand makefiles for some filesystem-using pri...



details:   https://anonhg.NetBSD.org/src/rev/67d319f38bc9
branches:  trunk
changeset: 471475:67d319f38bc9
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Apr 02 03:38:20 1999 +0000

description:
makefiles for some filesystem-using primary boot blocks.  much as
i hate to say it, these still contain bugs that can't easily be
addressed yet.

diffstat:

 sys/arch/alpha/stand/bootxx_cd9660/Makefile |  16 ++++++++++++++++
 sys/arch/alpha/stand/bootxx_ffs/Makefile    |  15 +++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r ca427504cc27 -r 67d319f38bc9 sys/arch/alpha/stand/bootxx_cd9660/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/stand/bootxx_cd9660/Makefile       Fri Apr 02 03:38:20 1999 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 1999/04/02 03:38:20 cgd Exp $
+
+PROG = bootxx_cd9660
+CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=cd9660 \
+           -DBOOTXX_FS_NAME='"ISO 9660"' \
+           -DNO_GETCHAR
+
+# not yet desired: -DBOOTXX_FS_TYPE=FS_ISO9660
+
+# XXX the following could probably be increased
+PRIMARY_MAX_LOAD!=     expr 8192 - 512
+
+# this and the following lines are bugs, which should be fixed.
+install:
+
+.include "../Makefile.bootxx"
diff -r ca427504cc27 -r 67d319f38bc9 sys/arch/alpha/stand/bootxx_ffs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/stand/bootxx_ffs/Makefile  Fri Apr 02 03:38:20 1999 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 1999/04/02 03:38:20 cgd Exp $
+
+PROG = bootxx_ffs
+CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=ufs \
+           -DBOOTXX_FS_NAME='"FFS"' \
+           -DNO_GETCHAR
+
+# not yet desired: -DBOOTXX_FS_TYPE=FS_BSDFFS
+
+PRIMARY_MAX_LOAD!=     expr 8192 - 512
+
+# this and the following lines are bugs, which should be fixed.
+install:
+
+.include "../Makefile.bootxx"



Home | Main Index | Thread Index | Old Index