Commit Graph

442 Commits

Author SHA1 Message Date
jkh
68e07b5a52 Do some serious beating on the floppy generation code to try and
simplify it, name things more descriptively and get the kernel back
on boot.flp where it should be.
1999-01-05 01:58:44 +00:00
jkh
7c70c27deb Clean up some more residual /usr/mdec references. I left all the
extra rbootd/boot rom cruft pointing at /usr/mdec since it either
doesn't exist or doesn't work anyway, so who cares? :)
1999-01-03 02:18:58 +00:00
jkh
9067e9d984 gzip the kern.flp kernel, don't kzip it. 1998-12-29 07:27:55 +00:00
jkh
33b658b5ad Turn off NODOC again; apparently this problem was fixed. 1998-12-24 08:55:05 +00:00
jkh
8de676be42 Turn NODOCS on for now. 1998-12-24 04:28:25 +00:00
jkh
96e1e986e6 Just fetch distfiles from a single location. The change to textproc/docproj
broke my fetch heuristic anyway.
1998-12-21 17:34:33 +00:00
jkh
b1346b01ff Now that textproc/docproj works properly, use it instead of the long
list of ports.
1998-12-18 05:13:01 +00:00
jkh
7c5f6dcdaa Don't create unpacked ports on disc2 anymore. 1998-12-09 15:11:11 +00:00
jkh
5f7a88f39d DOH! Name the mfsroot contents properly.
Noticed by:	"Sean O'Connell" <sean@stat.Duke.EDU>
1998-12-08 00:14:51 +00:00
jkh
b5724b82a5 Put mfsroot.gz on yet another filesystem so that the boot blocks
can really read it.  Hmm.  I have no idea *how* this worked in our
earlier tests on the x86. :)
1998-12-06 04:06:39 +00:00
jkh
40e9f5bcf4 Now that John has kindly repo-moved these files, nuke the original
copies and update the Makefile.
1998-12-06 00:05:43 +00:00
jkh
f094b9fc29 Finally eliminate evil version.h smashing in sysinstall. sysinstall
gets the initial release information from sysctl.
1998-11-24 00:17:50 +00:00
jkh
86b4d09e01 Simplify call to dokern.sh - now the no MFS case is the default. 1998-11-12 20:40:45 +00:00
jkh
b2f2c3154d We've overflowed boot.flp again. Go to a boot.flp which contains
a bit less legacy hardware support, that all still remaining a supported
option with kern.flp (and a two-floppy install).  This will be documented
in the release notes, I promise.
1998-11-11 08:46:54 +00:00
jkh
646f1b0ce5 Whoops, properly compress doc files again. 1998-11-08 20:47:57 +00:00
jkh
053db512ad TEST -> test 1998-11-06 17:29:08 +00:00
jkh
7efd62d9d0 Alpha loader lives in /boot now; no need for a special hack. 1998-11-06 16:50:51 +00:00
msmith
bdf9502dd1 USERCONFIG_BOOT -> INTRO_USERCONFIG 1998-11-03 21:09:11 +00:00
jkh
8af348c243 Copy appropriate docs into help/ directory of boot floppy. 1998-11-03 03:36:34 +00:00
jkh
67bed5aeeb Use the new doc locations. 1998-11-03 03:31:22 +00:00
gpalmer
fbba4781cd s/boot2/loader/ on the alpha 1998-10-22 04:58:38 +00:00
jkh
f75363be98 Use the same boot.conf file for alpha, now that it works. 1998-10-16 10:17:29 +00:00
jkh
0908b3edff More attempts to DTRT for the alpha, based on what I now know about boot2. 1998-10-15 11:12:40 +00:00
jkh
e434b34763 Use more rational inode sizes. 1998-10-14 10:58:12 +00:00
jkh
2ea03844f1 Fix more bogons revealed by building alpha boot floppies. 1998-10-14 02:13:45 +00:00
jkh
7367218e31 whoops, correct patch-o in last commit. 1998-10-13 21:37:30 +00:00
jkh
9b999ab3b2 More alpha patches. 1998-10-13 21:36:13 +00:00
jkh
55ccb03100 Properly conditionalize more stuff for the ALPHA. 1998-10-13 21:09:42 +00:00
jdp
ce27dff742 Update comment. The release tree needs about 1000 MB of free space
now.
1998-10-13 02:32:43 +00:00
jkh
7d81d40615 Adjust for new MFS root code. 1998-10-10 08:15:38 +00:00
jkh
c95f48f868 Small refinements to boot script. 1998-10-09 07:07:55 +00:00
jkh
0082fed2a4 Initialize boot configuration files on floppy correctly. We now
support 3 kinds of floppies:  boot+mfs (standard), boot, mfs.
1998-10-09 06:28:28 +00:00
jkh
991dffc1f2 Finally settle on a name for the mfsroot image. 1998-10-08 10:18:55 +00:00
jkh
ea8a889233 Only install boot blocks if !MFSKERN. Too big otherwise! 1998-10-08 10:02:28 +00:00
jkh
061faf3d4c Add boot bits to boot floppy. 1998-10-08 09:53:32 +00:00
jkh
de0b76cb18 Final cleanup pass over boot floppy changes. 1998-10-08 09:06:16 +00:00
jkh
7e9c3ac7f6 Remove a gratuitous copy. 1998-10-08 07:12:37 +00:00
jkh
ee18c73482 Unreverse a conditional and gzip the mfs image by default. 1998-10-07 22:58:22 +00:00
jkh
3274499e7c Support 3 floppy images as standard now: boot kernel, mfs image and
kernel+mfs image.
1998-10-07 22:54:04 +00:00
jkh
c7fb3ebe51 Fix typo. 1998-10-07 22:36:48 +00:00
jkh
cc58773b76 Add MFSKERN flag to enable the combining of kernel and MFS fs.
At some point, it will always be off from the user's POV and used
only internally to build (optionall) both mfskern floppies and
ones where mfs root and kernel go in separate places.
1998-10-07 21:53:14 +00:00
jkh
44314ddb0d Remove hard-coded constants being passed to doFS.sh and add in a 386/alpha
configuration section.
1998-10-07 03:13:36 +00:00
jkh
ccde9ea69f Turn ALLLANG back on. 1998-10-07 02:57:16 +00:00
jkh
11486602d0 Add a symbol to aid in release debugging. 1998-10-04 17:37:52 +00:00
jkh
01ca03eca2 Collapse doRELEASE target back to being the same for alpha/i386 now
that unzip is fixed and we should hopefully be able to build the docs.
1998-10-04 10:33:41 +00:00
jkh
56ed571017 Commit some more updates for the alpha release build. This may be
a bit ambitious for the moment, but the only way out is through! :)
1998-10-04 02:32:18 +00:00
jkh
208a876344 Don't write the fsimage in the kernel on alpha - the combined
kernel + fsimage is far too large to fit on a single floppy.
Copy it out for the later creation of a root floppy image instead.
1998-10-04 02:01:03 +00:00
jkh
99800658bd Urk!! At some point, CFLAGS got set to -O2 rather than -O (which
has always been our "recommended optimization flag") and this causes
problems on the Alpha in addition to being generally wrong.
Noticed by:	dfr
1998-10-01 09:27:02 +00:00
jkh
71c11135e7 Finally conditionalize the SCSI frobbing code properly. This
should return kernel config saving (under the current a.out system)
to its former functionality.
1998-09-30 20:54:34 +00:00
jkh
2612970c1e Nuke ft0 device on boot floppy also since we don't need it now. 1998-09-28 17:17:49 +00:00