summaryrefslogtreecommitdiffstats
path: root/share/examples/bootforth
Commit message (Collapse)AuthorAgeFilesLines
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-112-6/+6
| | | | | | | | | | | | | - 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.
* Good thing about these examples is that no one uses them, so they candcs2000-09-051-3/+3
| | | | | | | | | stay broken for months without anyone noticing. The boot-conf command was changed as to reproduce the behavior of builtin loader words precisely. As a result, it now always need an argument, possibly 0 indicating that no other arguments are being passed. This broke in a non-deterministic way (ie, it could go on working as if everything was fine).
* Fixes a silly bug that somehow escaped my notice all these months.dcs1999-09-291-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
|
* Rewording.dcs1999-05-141-3/+3
|
* Slight not-exactly-bug-but-useful-as-example-code fix.dcs1999-05-141-2/+2
|
* Add a menu example making use of loader.4th(8) facilities.dcs1999-05-143-2/+159
| | | | Merge candidate, as it is just an example...
* Update example to match new builtin behavior.jkh1999-01-281-3/+6
| | | | | Submitted by: Daniel C. Sobral <dcs@newsguy.com> PR: 9744
* Add timeout to boot menu.abial1998-12-311-2/+24
| | | | Submitted by: W Gerald Hicks <wghicks@bellsouth.net>
* Add examples how to use the terminal emulation code in /boot/loader toabial1998-12-225-0/+244
create nice startup menus. Improvements are warmly welcome. :-)
OpenPOWER on IntegriCloud