aboutsummaryrefslogtreecommitdiff
path: root/release/floppies
Commit message (Collapse)AuthorAgeFilesLines
* whoops, missed one.Jordan K. Hubbard1999-01-101-15/+0
| | | | Notes: svn path=/head/; revision=42459
* Nuke this - it's antiquated and unmaintained.Jordan K. Hubbard1999-01-0917-489/+0
| | | | Notes: svn path=/head/; revision=42451
* Doc fixes for CAM devices. If I ever truly understand the logic behindJordan K. Hubbard1998-11-211-3/+3
| | | | | | | this name change, I'll be a happy man. Notes: svn path=/head/; revision=41283
* Remove superfluous (and old) copies.Andrzej Bialecki1998-09-244-117/+4
| | | | | | | There are still many more things to clean up here... Notes: svn path=/head/; revision=39625
* Update for ELFJordan K. Hubbard1998-09-231-2/+3
| | | | | | | Submitted by: abial Notes: svn path=/head/; revision=39604
* keep more up to date..Julian Elischer1998-08-033-17/+13
| | | | | | | | fixit uses the same crunch.conf as normal generation upgrade boot floppy to 1.44MB so that it fits Notes: svn path=/head/; revision=38062
* update the floppies directory to work betterJulian Elischer1997-07-2218-204/+210
| | | | Notes: svn path=/head/; revision=27596
* YAMF22Jordan K. Hubbard1997-03-071-8/+30
| | | | Notes: svn path=/head/; revision=23500
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2211-11/+11
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1411-11/+11
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Bring this file in from the cold and update it to match new realities.Jordan K. Hubbard1996-12-141-0/+11
| | | | Notes: svn path=/head/; revision=20479
* slight cleanup of the floppy building stuff to take into accountJulian Elischer1996-08-227-26/+29
| | | | | | | | | | | | | the new OBJdir system. quite a bit to go yet. cd /usr/src; make world cd release cd sysinstall;make obj; cd .. cd floppies; make obj; make Notes: svn path=/head/; revision=17770
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-5/+6
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Fix broken sysinstall check.Jordan K. Hubbard1996-06-121-2/+7
| | | | Notes: svn path=/head/; revision=16331
* Sha-ZAM!Jordan K. Hubbard1996-05-295-64/+2
| | | | | | | | The root floppy is now gone. I shall not mourn its passing. Everything we need is on boot.flp or the bindist. Notes: svn path=/head/; revision=15972
* stand alone (kinda) floppy generation..Julian Elischer1996-05-2120-0/+634
you still need tohave done a make world and have made 'sysinstall' this should not interfere with existing code as it's standalone. write_mfs_in_kernel.c is duplicated alsewhere.. one will go .. Notes: svn path=/head/; revision=15834