aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/cdboot
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-112-20/+0
| | | | Notes: svn path=/head/; revision=158458
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Overhaul makefiles.Ruslan Ermilov2004-02-111-4/+3
| | | | Notes: svn path=/head/; revision=125719
* -ffreestanding is the word.David E. O'Brien2002-05-101-1/+1
| | | | | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see) Notes: svn path=/head/; revision=96342
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-111-0/+1
| | | | | | | | | | | | | | | | - Change the 'fopen' keyword to accept a mode parameter. Note that this will break existing 4th scripts that use fopen. Thus, the loader version has been bumped and loader.4th has been changed to check for a sufficient version on i386 and alpha. Be sure that you either do a full world build or install or full build and install of sys/boot after this since loader.old won't work with the new 4th files and vice versa. PR: kern/32389 Submitted by: Jonathan Mini <mini@haikugeek.com> Sponsored by: ClickArray, Inc. Notes: svn path=/head/; revision=87636
* Bump the CD boot loader up to 1.1 so that the FICL upgrade a while backJohn Baldwin2001-11-211-0/+1
| | | | | | | | will not fail thinking that the loader version is stale. This lets us use the Forth code on the CD now. Notes: svn path=/head/; revision=86753
* Style cleanup.David E. O'Brien2001-08-101-2/+2
| | | | Notes: svn path=/head/; revision=81488
* no longer needed now that we are able to build cdboot from sources againAndrew Gallatin2001-04-081-1554/+0
| | | | Notes: svn path=/head/; revision=75300
* build cdboot from sources now that the cd9660 fs support worksAndrew Gallatin2001-04-071-5/+4
| | | | | | | MFC candidate Notes: svn path=/head/; revision=75299
* `cdboot' is broken as it cannot load a kernel.David E. O'Brien2000-11-272-4/+1559
| | | | | | | | | The release engineer keeps using the wrong /boot/cdboot when creating the ISO images. So we'll add the 4.0-RELEASE cdboot to the tree until someone bothers to fix the source so a working `cdboot' is built. Notes: svn path=/head/; revision=69242
* Declare our DEC Alpha cdboot to be a fully released version 1.0.David E. O'Brien2000-07-181-0/+1
| | | | Notes: svn path=/head/; revision=63373
* Slight reorganisation of the Alpha/SRM loader build:Mike Smith1999-09-032-149/+3
| | | | | | | | | | | | | - Make as much of the makefile for each of the three flavours (disk, CDROM, net) common. - Special-case the libalpha startup module on its use in boot1, not the other way around. - Build the loader out of a "loader" directory Reviewed by: mjacob, dfr Notes: svn path=/head/; revision=50859
* Change $Id$ to $FreeBSD$Doug Rabson1999-09-013-2/+3
| | | | Notes: svn path=/head/; revision=50739
* * Fix a stack of warnings.Doug Rabson1999-09-013-0/+163
* Make it possible to type a filename to boot1 so that it is possible to recover from fatally broken versions of /boot/loader. * Make a start at a CD boot program (not yet functional). Notes: svn path=/head/; revision=50737