Commit Graph

442 Commits

Author SHA1 Message Date
jkh
52f5661920 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
468764485d 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
0b2117049d gzip the kern.flp kernel, don't kzip it. 1998-12-29 07:27:55 +00:00
jkh
702523f657 Turn off NODOC again; apparently this problem was fixed. 1998-12-24 08:55:05 +00:00
jkh
32f3cb7ac1 Turn NODOCS on for now. 1998-12-24 04:28:25 +00:00
jkh
bd891ad121 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
214c5d6e78 Now that textproc/docproj works properly, use it instead of the long
list of ports.
1998-12-18 05:13:01 +00:00
jkh
c6b8f42e1b Don't create unpacked ports on disc2 anymore. 1998-12-09 15:11:11 +00:00
jkh
9bbb7fe8d4 DOH! Name the mfsroot contents properly.
Noticed by:	"Sean O'Connell" <sean@stat.Duke.EDU>
1998-12-08 00:14:51 +00:00
jkh
3b716d369c 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
c1787d6db2 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
3fb14fefd3 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
f656dfa6bf Simplify call to dokern.sh - now the no MFS case is the default. 1998-11-12 20:40:45 +00:00
jkh
fdd963e6d4 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
5788a4a883 Whoops, properly compress doc files again. 1998-11-08 20:47:57 +00:00
jkh
c03894d490 TEST -> test 1998-11-06 17:29:08 +00:00
jkh
20212ca5af Alpha loader lives in /boot now; no need for a special hack. 1998-11-06 16:50:51 +00:00
msmith
b6968d189c USERCONFIG_BOOT -> INTRO_USERCONFIG 1998-11-03 21:09:11 +00:00
jkh
4d71d2d6e9 Copy appropriate docs into help/ directory of boot floppy. 1998-11-03 03:36:34 +00:00
jkh
06bdd2ba98 Use the new doc locations. 1998-11-03 03:31:22 +00:00
gpalmer
7a07480a8f s/boot2/loader/ on the alpha 1998-10-22 04:58:38 +00:00
jkh
c988ce6862 Use the same boot.conf file for alpha, now that it works. 1998-10-16 10:17:29 +00:00
jkh
02807a4204 More attempts to DTRT for the alpha, based on what I now know about boot2. 1998-10-15 11:12:40 +00:00
jkh
66e39dfcc6 Use more rational inode sizes. 1998-10-14 10:58:12 +00:00
jkh
1aad313f80 Fix more bogons revealed by building alpha boot floppies. 1998-10-14 02:13:45 +00:00
jkh
5bab94f41a whoops, correct patch-o in last commit. 1998-10-13 21:37:30 +00:00
jkh
610946affc More alpha patches. 1998-10-13 21:36:13 +00:00
jkh
41bc0045ac Properly conditionalize more stuff for the ALPHA. 1998-10-13 21:09:42 +00:00
jdp
c62901b9f0 Update comment. The release tree needs about 1000 MB of free space
now.
1998-10-13 02:32:43 +00:00
jkh
4a74c09f91 Adjust for new MFS root code. 1998-10-10 08:15:38 +00:00
jkh
894f23a432 Small refinements to boot script. 1998-10-09 07:07:55 +00:00
jkh
927ef14a2f 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
98468fe965 Finally settle on a name for the mfsroot image. 1998-10-08 10:18:55 +00:00
jkh
d3aa2cefad Only install boot blocks if !MFSKERN. Too big otherwise! 1998-10-08 10:02:28 +00:00
jkh
f79045f756 Add boot bits to boot floppy. 1998-10-08 09:53:32 +00:00
jkh
09b12ea3fa Final cleanup pass over boot floppy changes. 1998-10-08 09:06:16 +00:00
jkh
0b05f0265c Remove a gratuitous copy. 1998-10-08 07:12:37 +00:00
jkh
0fe4e68af4 Unreverse a conditional and gzip the mfs image by default. 1998-10-07 22:58:22 +00:00
jkh
111cf5cb67 Support 3 floppy images as standard now: boot kernel, mfs image and
kernel+mfs image.
1998-10-07 22:54:04 +00:00
jkh
234905fb04 Fix typo. 1998-10-07 22:36:48 +00:00
jkh
b2d47df89c 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
0b40982436 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
efd8e6f6ab Turn ALLLANG back on. 1998-10-07 02:57:16 +00:00
jkh
c12958d88c Add a symbol to aid in release debugging. 1998-10-04 17:37:52 +00:00
jkh
1df05a719a 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
52dae00ec8 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
ba0c9042b0 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
5d8082b6bf 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
547e5ebda8 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
5d2ce555fc Nuke ft0 device on boot floppy also since we don't need it now. 1998-09-28 17:17:49 +00:00