| History log of /src/sys/arch/hp300/stand/Makefile |
| Revision | | Date | Author | Comments |
| 1.24 |
| 31-May-2000 |
he | Add handling of "make release".
|
| 1.23 |
| 04-Feb-1997 |
thorpej | branches: 1.23.20; 1.23.26; 1.23.34; Complete and total reorganization of the hp300 boot code, modeled closely after the build process used by NetBSD/alpha's boot code.
|
| 1.22 |
| 18-Oct-1996 |
thorpej | Use ${INSTALL}.
|
| 1.21 |
| 07-Oct-1996 |
thorpej | Sanity sweep.
|
| 1.20 |
| 26-Jun-1996 |
thorpej | Major revamp of the boot code.
- Good bye SYS_PBOOT and SYS_NBOOT, hello SYS_UBOOT (unified boot) Currently supports booting from SCSI and HP-IB disk and network from a single boot block. Infrastructure for booting from HP-IB tape is there, but it doesn't quite work yet.
- Add a slightly modified version of Gordon Ross's "rawfs", which provides a filesystem-like interface to tape devices. Still needs debugging (see above).
- Rename sys_inst.c to inst.c, so that the LIF directory entry turns out right (used to look like SYS_SYS_I if loaded from tape).
- Add a "netio_ask" hint to netio.c, so that a special instnetio.o doesn't have to be compiled for SYS_INST. Defaults to using bootparams, but if set, will prompt user for information usually obtained from bootparams.
- General cleanup.
|
| 1.19 |
| 15-Jan-1996 |
thorpej | Use ${BINOWN} and ${BINGRP} per Arne H. Juul <arnej@ikke.idt.unit.no> in PR #705. Also, clean up some stuff left over from HP-BSD.
|
| 1.18 |
| 23-Sep-1995 |
thorpej | Compile the system installation program and install it in /usr/mdec/rbootd as SYS_INST.
|
| 1.17 |
| 02-Sep-1995 |
thorpej | Add support for network booting; uses the following procedure: rbootd->rarp->bootparam->nfs Add "reset" option to disk and network boot prompts to reload boot code.
|
| 1.16 |
| 04-Aug-1995 |
thorpej | Make the boot blocks compile (and work!) again.
|
| 1.15 |
| 21-Feb-1995 |
mycroft | Remove `nboot' completely.
|
| 1.14 |
| 19-Feb-1995 |
mycroft | Add unfinished netboot code, and reorganize the Makefile somewhat.
|
| 1.13 |
| 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.12 |
| 19-Sep-1994 |
mycroft | Fix misguided attempt to reorganize bootdev, and fix a few other miscellaneous bugs and nits.
|
| 1.11 |
| 15-Aug-1994 |
mycroft | branches: 1.11.2; Fix `make depend' error.
|
| 1.10 |
| 04-Aug-1994 |
brezak | Use installboot.sh from 4.4 instead of installboot.c
|
| 1.9 |
| 18-Jul-1994 |
mycroft | Dorothy, I don't think we're in Utah any more...
|
| 1.8 |
| 27-Jun-1994 |
hpeyerl | branches: 1.8.2; Why was DESTDIR= here? From Dave Carrel <carrel@cisco.com
|
| 1.7 |
| 19-Jun-1994 |
hpeyerl | hp300/stand stuff from Lite. We can boot hp4xx series nodes now!
|
| 1.6 |
| 30-Jan-1994 |
mycroft | Add a missing ${.CURDIR}.
|
| 1.5 |
| 26-Jan-1994 |
cgd | .PATH in ${S}/stand
|
| 1.4 |
| 26-Jan-1994 |
brezak | hp300 stanealone bootstrap program ported to use CMU libsa
|
| 1.3 |
| 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
| 1.2 |
| 22-May-1993 |
cgd | add rcsids to everything and clean up headers
|
| 1.1 |
| 13-May-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.1 |
| 13-May-1993 |
cgd | add hp300 kernel files. generic kernel files might need some help...
|
| 1.8.2.3 |
| 15-Aug-1994 |
mycroft | update from trunk
|
| 1.8.2.2 |
| 05-Aug-1994 |
mycroft | update from trunk, per Brezak
|
| 1.8.2.1 |
| 18-Jul-1994 |
cgd | updates from trunk
|
| 1.11.2.2 |
| 20-Sep-1994 |
cgd | from trunk, per mycroft
|
| 1.11.2.1 |
| 15-Aug-1994 |
cgd | file Makefile was added on branch netbsd-1-0 on 1994-09-20 05:07:33 +0000
|
| 1.23.34.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.23.26.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
| 1.23.20.1 |
| 13-Jul-2000 |
he | Pull up revision 1.24 (requested by he): Enhance the ``make release'' process: o Build and install the distrib and boot bits
|