Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/alpha/stand install bootxx_cd9660 and bootxx_ffs



details:   https://anonhg.NetBSD.org/src/rev/17bba6cca78d
branches:  netbsd-1-4
changeset: 468059:17bba6cca78d
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Apr 05 03:37:29 1999 +0000

description:
install bootxx_cd9660 and bootxx_ffs

diffstat:

 sys/arch/alpha/stand/bootxx_cd9660/Makefile |  13 +++++++++++++
 sys/arch/alpha/stand/bootxx_ffs/Makefile    |  12 ++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diffs (33 lines):

diff -r 07480bf61325 -r 17bba6cca78d 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       Mon Apr 05 03:37:29 1999 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.2.2.2 1999/04/05 03:37:29 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
+
+.include "../Makefile.bootxx"
diff -r 07480bf61325 -r 17bba6cca78d 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  Mon Apr 05 03:37:29 1999 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.2.2.2 1999/04/05 03:37:30 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
+
+.include "../Makefile.bootxx"



Home | Main Index | Thread Index | Old Index