bjh21
|
de69a8cbe5
|
Don't install the compat symlink if this is a HOSTPROG.
|
2002-04-06 13:59:12 +00:00 |
lukem
|
c81588447f
|
Add framework for adding compat symlink from /usr/mdec/installboot ->
/usr/sbin/installboot.
Enable pmax.
|
2002-04-04 23:01:38 +00:00 |
bjh21
|
33ce139ee0
|
Pull in config.h as necessary to get byte-order macros etc.
|
2002-04-04 17:53:04 +00:00 |
mrg
|
4cf62149f5
|
be sure to pad the bootblock.
|
2002-04-04 15:36:44 +00:00 |
mrg
|
96adf034f8
|
clean up a bit, use fewer magic numbers.
|
2002-04-04 15:17:34 +00:00 |
mrg
|
5b7f1cce2d
|
LP64isms. also, be sure to use <string.h> if we use memset or memcpy.
|
2002-04-04 14:00:55 +00:00 |
lukem
|
67c2e40115
|
Add sparc64 back-end, contributed by Matthew Green.
|
2002-04-04 13:45:25 +00:00 |
wiz
|
3b288fe0ef
|
Mostly typo fixes, some formatting nits.
|
2002-04-04 11:06:47 +00:00 |
lukem
|
9c89a064fd
|
-n and -v are optional ...
|
2002-04-04 07:27:44 +00:00 |
lukem
|
c1455b1b9a
|
update description, history, authors, examples, bugs,
including pmax specific stuff
|
2002-04-04 07:24:55 +00:00 |
simonb
|
d024fa98e3
|
Include <limits.h> to explicitly get LONG_MAX.
|
2002-04-04 03:27:53 +00:00 |
lukem
|
9f1d1d933d
|
don't pull in <dev/sun/disklabel.h> just for SUN_DKMAGIC; instead,
provide local copy of that #define.
|
2002-04-04 00:32:06 +00:00 |
lukem
|
06d7c45c38
|
Add support for alpha, based on {vax,pmax}.c and
sys/arch/alpha/stand/installboot.
XXX: not fully tested yet.
|
2002-04-03 10:21:01 +00:00 |
lukem
|
c37fa0cedc
|
Migrate MD files to arch/ subdir. Suggested by Hubert Feyrer.
|
2002-04-03 09:09:01 +00:00 |
lukem
|
3d78281f15
|
Add pmax installboot back-end; from vax.c and arch/pmax/stand/installboot/*.
XXX: not tested yet.
|
2002-04-03 06:34:31 +00:00 |
lukem
|
36e058bfe4
|
whitespace foo
|
2002-04-03 06:29:11 +00:00 |
lukem
|
93c03c6edc
|
replace machines.c rebuild with "regenmachines", which needs to be run
manually
|
2002-04-03 05:58:44 +00:00 |
lukem
|
07e4618075
|
Machine independent "unified" installboot(8).
Currently only supports vax, with more MD back-ends to be added RSN.
|
2002-04-03 05:21:16 +00:00 |