aboutsummaryrefslogtreecommitdiff
path: root/share/examples/bootforth
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line forth tagWarner Losh2023-08-236-6/+0
| | | | | | | Remove /^\\[\s*]*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit 26a58599a09a)
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit 05248206f720)
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+1
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-43/+20
| | | | | | | | | I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
* Sync with sys/boot/forth/frames.4th revision 1.2 (PC98 support).Yoshihiro Takahashi2004-01-181-21/+43
| | | | | | | Suggested by: matusita Notes: svn path=/head/; revision=124676
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-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. Notes: svn path=/head/; revision=87636
* Good thing about these examples is that no one uses them, so they canDaniel C. Sobral2000-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). Notes: svn path=/head/; revision=65480
* Fixes a silly bug that somehow escaped my notice all these months.Daniel C. Sobral1999-09-291-3/+3
| | | | Notes: svn path=/head/; revision=51787
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
| | | | Notes: svn path=/head/; revision=50476
* Rewording.Daniel C. Sobral1999-05-141-3/+3
| | | | Notes: svn path=/head/; revision=47200
* Slight not-exactly-bug-but-useful-as-example-code fix.Daniel C. Sobral1999-05-141-2/+2
| | | | Notes: svn path=/head/; revision=47199
* Add a menu example making use of loader.4th(8) facilities.Daniel C. Sobral1999-05-143-2/+159
| | | | | | | Merge candidate, as it is just an example... Notes: svn path=/head/; revision=47195
* Update example to match new builtin behavior.Jordan K. Hubbard1999-01-281-3/+6
| | | | | | | | Submitted by: Daniel C. Sobral <dcs@newsguy.com> PR: 9744 Notes: svn path=/head/; revision=43336
* Add timeout to boot menu.Andrzej Bialecki1998-12-311-2/+24
| | | | | | | Submitted by: W Gerald Hicks <wghicks@bellsouth.net> Notes: svn path=/head/; revision=42210
* Add examples how to use the terminal emulation code in /boot/loader toAndrzej Bialecki1998-12-225-0/+244
create nice startup menus. Improvements are warmly welcome. :-) Notes: svn path=/head/; revision=42004