Source-Changes archive

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

CVS commit: [netbsd-7] src



Module Name:    src
Committed By:   snj
Date:           Sun Mar 29 07:42:53 UTC 2015

Modified Files:
        src/distrib/atari/floppies/common [netbsd-7]: list.images
        src/sys/arch/atari/stand/installboot [netbsd-7]: Makefile installboot.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #651):
        distrib/atari/floppies/common/list.images: revision 1.10
        sys/arch/atari/stand/installboot/Makefile: revision 1.8
        sys/arch/atari/stand/installboot/installboot.c: revision 1.34
Disable "OS bootversion check" on crunched binaries for installation media.
This oscheck() function seems implemented to check compatibility
between bootloaders and /netbsd kernel, but checking /netbsd using kvm(3)
doesn't make sense on installation or even future cross builds, and
probably we will never bump bootloader version without compatibility
per recent 14 years history.
This works around overflow of 1440KB 2HD sysinst.fs, and would also be
worth to pullup to netbsd-7.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.26.1 src/distrib/atari/floppies/common/list.images
cvs rdiff -u -r1.6.28.1 -r1.6.28.2 \
    src/sys/arch/atari/stand/installboot/Makefile
cvs rdiff -u -r1.28 -r1.28.4.1 \
    src/sys/arch/atari/stand/installboot/installboot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index