History log of /netbsd-src/distrib/acorn32/stand/BtNetBSD/misc/bb_netbsd (Results 1 – 4 of 4)
Revision Date Author Comments
# bc3d7ff3 31-Aug-2006 bjh21 <bjh21@NetBSD.org>

My version of scsidm (1.03) seems to section a disk by making a FileCore
file system that covers the whole disk but marking most of it in use somehow.
Make this easier to deal with by detecting an ex

My version of scsidm (1.03) seems to section a disk by making a FileCore
file system that covers the whole disk but marking most of it in use somehow.
Make this easier to deal with by detecting an existing RISC iX partition and
displaying its starting cylinder.

This program should really go away and its job be done by sysinst and/or
disklabel, but not today.

show more ...


# b1ab5aa1 10-Jul-2002 reinoud <reinoud@NetBSD.org>

This file ought to be human readable as it is now. I accidently committed
it as tokenised Basic.


# 9ed17157 10-Jul-2002 reinoud <reinoud@NetBSD.org>

OK this is the modified bb_netbsd bootblock partion program to facilitate
larger discs. It was allways broken for these discs anyway giving negative
cylinder numbers (!!)

The critical calculation is

OK this is the modified bb_netbsd bootblock partion program to facilitate
larger discs. It was allways broken for these discs anyway giving negative
cylinder numbers (!!)

The critical calculation is now done in float for the extra bits we get and
then converted back to ints rounding up ... not much i agree but it
appears to be enough.

show more ...


# fb0e4ab4 09-May-2002 jdolecek <jdolecek@NetBSD.org>

Reorganized BtNetBSD from sys/arch/acorn32/stand/BtNetBSD, converted
to use make(1) rather than a script to build the archive, to be
objdir aware and ro source tree safe.