Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/atari/miniroot Apply patch (requested by leo):



details:   https://anonhg.NetBSD.org/src/rev/285094836765
branches:  netbsd-1-5
changeset: 492751:285094836765
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 09 20:54:17 2002 +0000

description:
Apply patch (requested by leo):
  Make the miniroot build.  However, this exceeds the boot media
  size.

diffstat:

 distrib/atari/miniroot/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 7b1db1e831fe -r 285094836765 distrib/atari/miniroot/Makefile.inc
--- a/distrib/atari/miniroot/Makefile.inc       Sat Feb 09 20:51:40 2002 +0000
+++ b/distrib/atari/miniroot/Makefile.inc       Sat Feb 09 20:54:17 2002 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.5 1999/08/05 15:00:28 leo Exp $
+#      $NetBSD: Makefile.inc,v 1.5.8.1 2002/02/09 20:54:17 he Exp $
 
 VND=           vnd0c
-IMAGESIZE?=    2160 # 512 byte blocks
+IMAGESIZE?=    2880 # 512 byte blocks
 NEWFSOPTS?=    -i 3052 -c 60 -B be
-DISKTYPE?=     floppybt
+DISKTYPE?=     floppyhd
 
 #
 # Using libhack:opendir() causes linking errors



Home | Main Index | Thread Index | Old Index