History log of /freebsd-10-stable/share/examples/bootforth/loader.rc
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 87636 10-Dec-2001 jhb

- Add 'fwrite' and 'fseek' words for writing to and seeking on files.
- 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.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 47199 14-May-1999 dcs

Slight not-exactly-bug-but-useful-as-example-code fix.


# 47195 14-May-1999 dcs

Add a menu example making use of loader.4th(8) facilities.

Merge candidate, as it is just an example...