Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies Need BLOCK8K now.
details: https://anonhg.NetBSD.org/src/rev/12398472a3e4
branches: trunk
changeset: 485796:12398472a3e4
user: mycroft <mycroft%NetBSD.org@localhost>
date: Fri May 05 21:35:51 2000 +0000
description:
Need BLOCK8K now.
diffstat:
distrib/i386/floppies/bootfloppy-big/Makefile | 3 ++-
distrib/i386/floppies/bootfloppy-small/Makefile | 3 ++-
distrib/i386/floppies/bootfloppy-tiny/Makefile | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diffs (48 lines):
diff -r 3e4a51712422 -r 12398472a3e4 distrib/i386/floppies/bootfloppy-big/Makefile
--- a/distrib/i386/floppies/bootfloppy-big/Makefile Fri May 05 21:34:32 2000 +0000
+++ b/distrib/i386/floppies/bootfloppy-big/Makefile Fri May 05 21:35:51 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/05/05 20:13:30 mycroft Exp $
+# $NetBSD: Makefile,v 1.7 2000/05/05 21:35:51 mycroft Exp $
TOP= ${.CURDIR}/..
@@ -25,5 +25,6 @@
DISKTYPE= floppy288
DISKSIZE= 5760
+BLOCK8K= 359
.include "${TOP}/bootfloppy-common/Makefile.inc"
diff -r 3e4a51712422 -r 12398472a3e4 distrib/i386/floppies/bootfloppy-small/Makefile
--- a/distrib/i386/floppies/bootfloppy-small/Makefile Fri May 05 21:34:32 2000 +0000
+++ b/distrib/i386/floppies/bootfloppy-small/Makefile Fri May 05 21:35:51 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/05/05 20:13:31 mycroft Exp $
+# $NetBSD: Makefile,v 1.6 2000/05/05 21:35:51 mycroft Exp $
TOP= ${.CURDIR}/..
@@ -11,5 +11,6 @@
DISKTYPE= floppy5
DISKSIZE= 2400
+BLOCK8K= 149
.include "${TOP}/bootfloppy-common/Makefile.inc"
diff -r 3e4a51712422 -r 12398472a3e4 distrib/i386/floppies/bootfloppy-tiny/Makefile
--- a/distrib/i386/floppies/bootfloppy-tiny/Makefile Fri May 05 21:34:32 2000 +0000
+++ b/distrib/i386/floppies/bootfloppy-tiny/Makefile Fri May 05 21:35:51 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/05/05 20:13:31 mycroft Exp $
+# $NetBSD: Makefile,v 1.5 2000/05/05 21:35:51 mycroft Exp $
TOP= ${.CURDIR}/..
@@ -11,5 +11,6 @@
DISKTYPE= floppy5
DISKSIZE= 2400
+BLOCK8K= 149
.include "${TOP}/bootfloppy-common/Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index