Remove $FreeBSD$: one-line forth tagRemove /^\\[\s*]*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/
Move sys/boot to stand. Fix all references to new locationSponsored by: Netflix
Remove pc98 support completely.I thank all developers and contributors for pc98.Relnotes: yes
Sync with sys/boot/forth/frames.4th revision 1.2 (PC98 support).Suggested by: matusita
- 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,
- 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/32389Submitted by: Jonathan Mini <[email protected]>Sponsored by: ClickArray, Inc.
show more ...
Good thing about these examples is that no one uses them, so they canstay broken for months without anyone noticing.The boot-conf command was changed as to reproduce the behavior of builtinloader
Good thing about these examples is that no one uses them, so they canstay broken for months without anyone noticing.The boot-conf command was changed as to reproduce the behavior of builtinloader words precisely. As a result, it now always need an argument, possibly0 indicating that no other arguments are being passed. This broke in anon-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.
$Id$ -> $FreeBSD$
Rewording.
Slight not-exactly-bug-but-useful-as-example-code fix.
Add a menu example making use of loader.4th(8) facilities.Merge candidate, as it is just an example...
Update example to match new builtin behavior.Submitted by: Daniel C. Sobral <[email protected]>PR: 9744
Add timeout to boot menu.Submitted by: W Gerald Hicks <[email protected]>
Add examples how to use the terminal emulation code in /boot/loader tocreate nice startup menus. Improvements are warmly welcome. :-)