aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth/loader.4th
Commit message (Expand)AuthorAgeFilesLines
* This patch introduces a number of simplifications to the ForthLuigi Rizzo2009-01-051-96/+12
* Remove more Alpha bits from the boot code including fixing severalJohn Baldwin2006-05-121-12/+0
* Add support for reading an additional loader configuration file. By default,Gordon Tetlow2002-05-241-0/+2
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-111-4/+4
* Go back to 1.20 again.Daniel C. Sobral2001-05-291-0/+3
* Revert 1.20, as it causes mysterious problems to the Alpha people.Daniel C. Sobral2001-05-291-3/+0
* Allocate more memory if necessary.Daniel C. Sobral2001-05-171-0/+3
* Now I see the error of my ways.Daniel C. Sobral2000-10-091-6/+8
* What could possibly have possessed me to forget the "0 (arguments)"Daniel C. Sobral2000-09-251-2/+2
* Check for the correct minimum version required by the current code.Daniel C. Sobral2000-09-181-4/+4
* Use _ instead or - where proper, according to the style I have beenDaniel C. Sobral2000-09-161-2/+20
* Solve a name clash.Daniel C. Sobral2000-09-161-4/+4
* Both boot and boot-conf were using a different algorithm from the oneDaniel C. Sobral2000-09-161-2/+10
* Factorize, reorganize, and move code around.Daniel C. Sobral2000-09-151-97/+9
* First tackle at trying to handle the New Deal on kernels.Daniel C. Sobral2000-09-091-112/+14
* Enhance boot-conf.Daniel C. Sobral2000-09-081-24/+118
* Revert to 1.8Daniel C. Sobral2000-06-141-22/+22
* With apologies to dcs, temporarily comment out the version check code. ItPeter Wemm2000-06-141-22/+22
* The word environment? returns a flag indicating whether the variableDaniel C. Sobral2000-06-121-6/+22
* Put some version checking.Daniel C. Sobral2000-06-071-0/+8
* Modify boot-conf so it can take a kernel or directory name asDaniel C. Sobral2000-06-071-4/+122
* Add silly password feature. If people want to depend on a flawedDaniel C. Sobral1999-11-241-0/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add "initialize" to loader.4th, so running "start" is not actually needed.Daniel C. Sobral1999-05-141-2/+14
* Add loader.4th man page (worst man page I ever wrote -- reviewsDaniel C. Sobral1999-04-241-1/+79
* New loader.rc stuff.Daniel C. Sobral1999-03-091-0/+114