summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Add missing newline to debugging output.jkh1998-10-101-2/+2
|
* Adjust for new MFS root code.jkh1998-10-101-3/+1
|
* Put some #ifdef's around debugging code.abial1998-10-092-3/+19
|
* Fix for bad calculation of netmask bits. I'm amazed it worked thus far...abial1998-10-091-2/+5
|
* Adjust documentation to note the 3 boot images available now.jkh1998-10-091-3/+30
|
* Small refinements to boot script.jkh1998-10-091-6/+7
|
* Initialize boot configuration files on floppy correctly. We nowjkh1998-10-091-3/+10
| | | | support 3 kinds of floppies: boot+mfs (standard), boot, mfs.
* Finally settle on a name for the mfsroot image.jkh1998-10-081-2/+2
|
* Only install boot blocks if !MFSKERN. Too big otherwise!jkh1998-10-081-2/+2
|
* Add boot bits to boot floppy.jkh1998-10-081-1/+5
|
* Final cleanup pass over boot floppy changes.jkh1998-10-081-8/+5
|
* Remove a gratuitous copy.jkh1998-10-081-3/+1
|
* Unreverse a conditional and gzip the mfs image by default.jkh1998-10-071-3/+3
|
* Support 3 floppy images as standard now: boot kernel, mfs image andjkh1998-10-071-6/+11
| | | | kernel+mfs image.
* Fix typo.jkh1998-10-071-2/+2
|
* Fix typos.jkh1998-10-071-3/+3
|
* Add MFSKERN flag to enable the combining of kernel and MFS fs.jkh1998-10-071-7/+8
| | | | | | 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.
* Read in all the nlist entries properly.jkh1998-10-071-2/+2
|
* Add isa_devtab_camjkh1998-10-071-0/+1
|
* Don't use boot2 on alpha.jkh1998-10-071-1/+5
|
* Remove hard-coded constants being passed to doFS.sh and add in a 386/alphajkh1998-10-071-15/+31
| | | | configuration section.
* Turn ALLLANG back on.jkh1998-10-071-2/+2
|
* Teach sysinstall about isa_devtab_cammsmith1998-10-063-16/+19
|
* Add back keymap.h. Guess this is the easiest way to get it built.jkh1998-10-051-1/+2
|
* Correct braino: msdos -> dos. Now DOS installations should work againjkh1998-10-051-2/+2
| | | | (cough).
* Fix typo.jkh1998-10-041-1/+1
| | | | | PR: 8145 Submitted by: graaf@iae.nl
* Add a symbol to aid in release debugging.jkh1998-10-041-2/+3
|
* Don't print out a gratuitous null entry for name list.jkh1998-10-041-3/+4
|
* Update to reflect current driver situation in 3.0.jkh1998-10-041-4/+8
|
* Collapse doRELEASE target back to being the same for alpha/i386 nowjkh1998-10-041-8/+1
| | | | that unzip is fixed and we should hopefully be able to build the docs.
* Add references to the 'cs' driver, minor formatting nit, metion PCI devicesmsmith1998-10-042-4/+14
| | | | can be reviewed in the visual Userconfig screen.
* Commit some more updates for the alpha release build. This may bejkh1998-10-041-7/+8
| | | | a bit ambitious for the moment, but the only way out is through! :)
* Don't write the fsimage in the kernel on alpha - the combinedjkh1998-10-041-1/+5
| | | | | 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.
* Whoops, correct brain-o.jkh1998-10-032-2/+2
|
* Add a tweak for the alpha.jkh1998-10-032-8/+16
|
* Pass the '-n' flag to route(8) when setting up/tearing down the defaultmsmith1998-10-011-3/+3
| | | | | | route. If your nameserver config is wrong, this will otherwise hang for the default resolver timeout (75 seconds), leading people to think that the system has hung.
* Urk!! At some point, CFLAGS got set to -O2 rather than -O (whichjkh1998-10-011-2/+2
| | | | | | has always been our "recommended optimization flag") and this causes problems on the Alpha in addition to being generally wrong. Noticed by: dfr
* One last alpha seat belt - never ask for an MBR boot manager.jkh1998-09-301-1/+3
|
* Add another check to prevent user from hanging themselves on alpha.jkh1998-09-301-1/+6
|
* remove keymap.h reference from incorrect location.jkh1998-09-301-2/+1
|
* Always use dedicated disk case on alpha.jkh1998-09-301-1/+5
|
* Small cleanup.jkh1998-09-301-2/+2
|
* Finally conditionalize the SCSI frobbing code properly. Thisjkh1998-09-304-9/+12
| | | | | should return kernel config saving (under the current a.out system) to its former functionality.
* More rearrangement for USE_SCSIjkh1998-09-301-2/+2
|
* More save_userconfig to a more appropriate spot.jkh1998-09-301-6/+6
|
* Move variable into proper scope.jkh1998-09-301-2/+3
|
* Simplify gunzip usage even more (doh!).jkh1998-09-301-2/+2
|
* Fix english in prompt.jkh1998-09-301-2/+2
|
* various bits of overdue cleanup.jkh1998-09-303-37/+7
|
* Call gunzip correctly.jkh1998-09-301-2/+4
|
OpenPOWER on IntegriCloud