Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / boot / common / loader.8
1 .\" Copyright (c) 1999 Daniel C. Sobral
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD: src/sys/boot/common/loader.8,v 1.18.2.15 2003/05/10 23:40:09 murray Exp $
26 .\" $DragonFly: src/sys/boot/common/loader.8,v 1.2 2003/06/17 04:28:16 dillon Exp $
27 .\"
28 .\" Note: The date here should be updated whenever a non-trivial
29 .\" change is made to the manual page.
30 .Dd March 14, 1999
31 .Dt LOADER 8
32 .Os
33 .Sh NAME
34 .Nm loader
35 .Nd kernel bootstrapping final stage
36 .Sh DESCRIPTION
37 The program called
38 .Nm
39 is the final stage of
40 .Fx Ns 's
41 kernel bootstrapping process.
42 On IA32 (i386) architectures, it is a
43 .Pa BTX
44 client.
45 It is linked statically to
46 .Xr libstand 3
47 and usually located in the directory
48 .Pa /boot .
49 .Pp
50 It provides a scripting language that can be used to
51 automate tasks, do pre-configuration or assist in recovery
52 procedures.
53 This scripting language is roughly divided in
54 two main components.
55 The smaller one is a set of commands
56 designed for direct use by the casual user, called "builtin
57 commands" for historical reasons.
58 The main drive behind these commands is user-friendliness.
59 The bigger component is an
60 .Tn ANS
61 Forth compatible Forth interpreter based on ficl, by
62 .An John Sadler .
63 .Pp
64 During initialization,
65 .Nm
66 will probe for a console and set the
67 .Va console
68 variable, or set it to serial console
69 .Pq Dq comconsole
70 if the previous boot stage used that.
71 Then, devices are probed,
72 .Va currdev
73 and
74 .Va loaddev
75 are set, and
76 .Va LINES
77 is set to 24.
78 Next,
79 .Tn FICL
80 is initialized, the builtin words are added to its vocabulary, and
81 .Pa /boot/boot.4th
82 will be processed if it exists.
83 No disk switching is possible while that file is being read.
84 The inner interpreter
85 .Nm
86 will use with
87 .Tn FICL
88 is then set to
89 .Ic interpret ,
90 which is
91 .Tn FICL Ns 's
92 default.
93 After that,
94 .Pa /boot/loader.rc
95 is processed if available, and, failing that,
96 .Pa /boot/boot.conf
97 will be read for historical reasons.
98 These files are processed through the
99 .Ic include
100 command, which reads all of them into memory before processing them,
101 making disk changes possible.
102 .Pp
103 At this point, if an
104 .Ic autoboot
105 has not been tried, and if
106 .Va autoboot_delay
107 is not set to
108 .Dq NO
109 (not case sensitive), then an
110 .Ic autoboot
111 will be tried.
112 If the system gets past this point,
113 .Va prompt
114 will be set and
115 .Nm
116 will engage interactive mode.
117 .Sh BUILTIN COMMANDS
118 .Nm Loader Ns 's
119 builtin commands take its parameters from the command line.
120 Presently,
121 the only way to call them from a script is by using
122 .Pa evaluate
123 on a string.
124 If an error condition occurs, an exception will be generated,
125 which can be intercepted using
126 .Tn ANS
127 Forth exception handling
128 words.
129 If not intercepted, an error message will be displayed and
130 the interpreter's state will be reset, emptying the stack and restoring
131 interpreting mode.
132 .Pp
133 The builtin commands available are:
134 .Pp
135 .Bl -tag -width Ds -compact
136 .It Ic autoboot Op Ar seconds
137 Proceeds to bootstrap the system after a number of seconds, if not
138 interrupted by the user.
139 Displays a countdown prompt
140 warning the user the system is about to be booted,
141 unless interrupted by a key press.
142 The kernel will be loaded first if necessary.
143 Defaults to 10 seconds.
144 .Pp
145 .It Ic bcachestat
146 Displays statistics about disk cache usage.
147 For depuration only.
148 .Pp
149 .It Ic boot
150 .It Ic boot Ar kernelname Op Cm ...
151 .It Ic boot Fl flag Cm ...
152 Immediately proceeds to bootstrap the system, loading the kernel
153 if necessary.
154 Any flags or arguments are passed to the kernel, but they
155 must precede the kernel name, if a kernel name is provided.
156 .Pp
157 .Em WARNING :
158 The behavior of this builtin is changed if
159 .Xr loader.4th 8
160 is loaded.
161 .Pp
162 .It Ic echo Xo
163 .Op Fl n
164 .Op Aq message
165 .Xc
166 Displays text on the screen.
167 A new line will be printed unless
168 .Fl n
169 is specified.
170 .Pp
171 .It Ic heap
172 Displays memory usage statistics.
173 For debugging purposes only.
174 .Pp
175 .It Ic help Op topic Op subtopic
176 Shows help messages read from
177 .Pa /boot/loader.help .
178 The special topic
179 .Em index
180 will list the topics available.
181 .Pp
182 .It Ic include Ar file Op Ar
183 Process script files.
184 Each file, in turn, is completely read into memory,
185 and then each of its lines is passed to the command line interpreter.
186 If any error is returned by the interpreter, the include
187 command aborts immediately, without reading any other files, and
188 returns an error itself (see
189 .Sx ERRORS ) .
190 .Pp
191 .It Ic load Xo
192 .Op Fl t Ar type
193 .Ar file Cm ...
194 .Xc
195 Loads a kernel, kernel loadable module (kld), or file of opaque
196 contents tagged as being of the type
197 .Ar type .
198 Kernel and modules can be either in a.out or ELF format.
199 Any arguments passed after the name of the file to be loaded
200 will be passed as arguments to that file.
201 Currently, argument passing does not work for the kernel.
202 .Pp
203 .It Ic ls Xo
204 .Op Fl l
205 .Op Ar path
206 .Xc
207 Displays a listing of files in the directory
208 .Ar path ,
209 or the root directory if
210 .Ar path
211 is not specified.
212 If
213 .Fl l
214 is specified, file sizes will be shown too.
215 .Pp
216 .It Ic lsdev Op Fl v
217 Lists all of the devices from which it may be possible to load modules.
218 If
219 .Fl v
220 is specified, more details are printed.
221 .Pp
222 .It Ic lsmod Op Fl v
223 Displays loaded modules.
224 If
225 .Fl v
226 is specified, more details are shown.
227 .Pp
228 .It Ic more Ar file Op Ar
229 Display the files specified, with a pause at each
230 .Va LINES
231 displayed.
232 .Pp
233 .It Ic pnpscan Op Fl v
234 Scans for Plug-and-Play devices.
235 This is not functional at present.
236 .Pp
237 .It Ic read Xo
238 .Op Fl t Ar seconds
239 .Op Fl p Ar prompt
240 .Op Va variable
241 .Xc
242 Reads a line of input from the terminal, storing it in
243 .Va variable
244 if specified.
245 A timeout can be specified with
246 .Fl t ,
247 though it will be canceled at the first key pressed.
248 A prompt may also be displayed through the
249 .Fl p
250 flag.
251 .Pp
252 .It Ic reboot
253 Immediately reboots the system.
254 .Pp
255 .It Ic set Ar variable
256 .It Ic set Ar variable Ns = Ns Ar value
257 Set loader's environment variables.
258 .Pp
259 .It Ic show Op Va variable
260 Displays the specified variable's value, or all variables and their
261 values if
262 .Va variable
263 is not specified.
264 .Pp
265 .It Ic unload
266 Remove all modules from memory.
267 .Pp
268 .It Ic unset Va variable
269 Removes
270 .Va variable
271 from the environment.
272 .Pp
273 .It Ic \&?
274 Same as
275 .Dq help index .
276 .Pp
277 .El
278 .Ss BUILTIN ENVIRONMENT VARIABLES
279 The
280 .Nm
281 has actually two different kinds of
282 .Sq environment
283 variables.
284 There are ANS Forth's
285 .Em environmental queries ,
286 and a separate space of environment variables used by builtins, which
287 are not directly available to Forth words.
288 It is the latter type that this section covers.
289 .Pp
290 Environment variables can be set and unset through the
291 .Ic set
292 and
293 .Ic unset
294 builtins, and can have their values interactively examined through the
295 use of the
296 .Ic show
297 builtin.
298 Their values can also be accessed as described in
299 .Sx BUILTIN PARSER .
300 .Pp
301 Notice that these environment variables are not inherited by any shell
302 after the system has been booted.
303 .Pp
304 A few variables are set automatically by
305 .Nm .
306 Others can affect the behavior of either
307 .Nm
308 or the kernel at boot.
309 Some options may require a value,
310 while others define behavior just by being set.
311 Both types of builtin variables are described below.
312 .Bl -tag -width bootfile
313 .It Va autoboot_delay
314 Number of seconds
315 .Ic autoboot
316 will wait before booting.
317 If this variable is not defined,
318 .Ic autoboot
319 will default to 10 seconds.
320 .Pp
321 If set to
322 .Dq NO ,
323 no
324 .Ic autoboot
325 will be automatically attempted after processing
326 .Pa /boot/loader.rc ,
327 though explicit
328 .Ic autoboot Ns 's
329 will be processed normally, defaulting to 10 seconds delay.
330 .It Va boot_askname
331 Instructs the kernel to prompt the user for the name of the root device
332 when the kernel is booted.
333 .It Va boot_ddb
334 Instructs the kernel to start in the DDB debugger, rather than
335 proceeding to initialize when booted.
336 .It Va boot_gdb
337 Selects gdb-remote mode for the kernel debugger by default.
338 .It Va boot_single
339 Prevents the kernel from initiating a multi-user startup; instead single-user
340 mode will be entered when the kernel has finished device probing.
341 .It Va boot_userconfig
342 Requests that the kernel's interactive device configuration program
343 be run when the kernel is booted.
344 .It Va boot_verbose
345 Setting this variable causes extra debugging information to be printed
346 by the kernel during the boot phase.
347 .It Va bootfile
348 List of semicolon-separated search path for bootable kernels.
349 The default is
350 .Dq Li kernel;kernel.old .
351 .It Va console
352 Defines the current console.
353 .It Va currdev
354 Selects the default device.
355 Syntax for devices is odd.
356 .It Va init_path
357 Sets the list of binaries which the kernel will try to run as the initial
358 process.
359 The first matching binary is used.
360 The default list is
361 .Dq Li /sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall .
362 .It Va interpret
363 Has the value
364 .Dq Li ok
365 if the Forth's current state is interpreting.
366 .It Va LINES
367 Define the number of lines on the screen, to be used by the pager.
368 .It Va module_path
369 Sets the list of directories which will be searched for modules
370 named in a load command or implicitly required by a dependency.
371 The default value for this variable is
372 .Dq Li /;/boot;/modules .
373 .It Va num_ide_disks
374 Sets the number of IDE disks as a workaround for some problems in
375 finding the root disk at boot.
376 This has been deprecated in favor of
377 .Va root_disk_unit .
378 .It Va prompt
379 Value of
380 .Nm Ns 's
381 prompt.
382 Defaults to
383 .Dq Li "${currdev}>" .
384 .It Va root_disk_unit
385 If the code which detects the disk unit number for the root disk is
386 confused, e.g. by a mix of SCSI and IDE disks, or IDE disks with
387 gaps in the sequence (e.g. no primary slave), the unit number can
388 be forced by setting this variable.
389 .It Va rootdev
390 By default the value of
391 .Va currdev
392 is used to set the root filesystem
393 when the kernel is booted.
394 This can be overridden by setting
395 .Va rootdev
396 explicitly.
397 .It Va dumpdev
398 The name of a device where the kernel can save a crash dump in case
399 of a panic.
400 This automatically sets the
401 .Va kern.dumpdev
402 .Xr sysctl 3
403 MIB variable.
404 .El
405 .Pp
406 Other variables are used to override kernel tunable parameters.
407 The following tunables are available:
408 .Bl -tag -width Va
409 .It Va kern.maxusers
410 Set the size of a number of statically allocated system tables; see
411 .Xr tuning 7
412 for a description of how to select an appropriate value for this
413 tunable.
414 When set, this tunable replaces the value declared in the kernel
415 compile-time configuration file.
416 .It Va kern.ipc.nmbclusters
417 Set the number of mbuf clusters to be allocated.
418 The value cannot be set below the default
419 determined when the kernel was compiled.
420 Modifies
421 .Va NMBCLUSTERS .
422 .It Va kern.vm.kmem.size
423 Sets the size of kernel memory (bytes).
424 This overrides completely the value
425 determined when the kernel was compiled.
426 Modifies
427 .Va VM_KMEM_SIZE .
428 .It Va kern.maxswzone
429 Limits the amount of KVM to be used to hold swap
430 meta information, which directly governs the
431 maximum amount of swap the system can support.
432 This value is specified in bytes of KVA space
433 and defaults to around 70MBytes.
434 Care should be taken
435 to not reduce this value such that the actual
436 amount of configured swap exceeds 1/2 the
437 kernel-supported swap.
438 The default 70MB allows
439 the kernel to support a maximum of (approximately)
440 14GB of configured swap.
441 Only mess around with
442 this parameter if you need to greatly extend the
443 KVM reservation for other resources such as the
444 buffer cache or
445 .Va NMBCLUSTERS .
446 Modifies
447 .Va VM_SWZONE_SIZE_MAX .
448 .It Va kern.maxbcache
449 Limits the amount of KVM reserved for use by the
450 buffer cache, specified in bytes.
451 The default maximum is 200MB.
452 This parameter is used to
453 prevent the buffer cache from eating too much
454 KVM in large-memory machine configurations.
455 Only mess around with this parameter if you need to
456 greatly extend the KVM reservation for other resources
457 such as the swap zone or
458 .Va NMBCLUSTERS .
459 Note that
460 the NBUF parameter will override this limit.
461 Modifies
462 .Va VM_BCACHE_SIZE_MAX .
463 .It Va machdep.pccard.pcic_irq
464 Overrides the IRQ normally assigned to a PCCARD controller.
465 Typically the first available interrupt will be allocated,
466 which may conflict with other hardware.
467 If this value is set to 0,
468 an interrupt will not be assigned
469 and the controller will operate in polled mode only.
470 .It Va net.inet.tcp.tcbhashsize
471 Overrides the compile-time set value of
472 .Va TCBHASHSIZE
473 or the preset default of 512.
474 Must be a power of 2.
475 .El
476 .Ss BUILTIN PARSER
477 When a builtin command is executed, the rest of the line is taken
478 by it as arguments, and it is processed by a special parser which
479 is not used for regular Forth commands.
480 .Pp
481 This special parser applies the following rules to the parsed text:
482 .Pp
483 .Bl -enum
484 .It
485 All backslash characters are preprocessed.
486 .Bl -bullet
487 .It
488 \eb , \ef , \er , \en and \et are processed as in C.
489 .It
490 \es is converted to a space.
491 .It
492 \ev is converted to
493 .Tn ASCII
494 11.
495 .It
496 \ez is just skipped.
497 Useful for things like
498 .Dq \e0xf\ez\e0xf .
499 .It
500 \e0xN and \e0xNN are replaced by the hex N or NN.
501 .It
502 \eNNN is replaced by the octal NNN
503 .Tn ASCII
504 character.
505 .It
506 \e" , \e' and \e$ will escape these characters, preventing them from
507 receiving special treatment in Step 2, described below.
508 .It
509 \e\e will be replaced with a single \e .
510 .It
511 In any other occurrence, backslash will just be removed.
512 .El
513 .It
514 Every string between non-escaped quotes or double-quotes will be treated
515 as a single word for the purposes of the remaining steps.
516 .It
517 Replace any
518 .Li $VARIABLE
519 or
520 .Li ${VARIABLE}
521 with the value of the environment variable
522 .Va VARIABLE .
523 .It
524 Space-delimited arguments are passed to the called builtin command.
525 Spaces can also be escaped through the use of \e\e .
526 .El
527 .Pp
528 An exception to this parsing rule exists, and is described in
529 .Sx BUILTINS AND FORTH .
530 .Ss BUILTINS AND FORTH
531 All builtin words are state-smart, immediate words.
532 If interpreted, they behave exactly as described previously.
533 If they are compiled, though,
534 they extract their arguments from the stack instead of the command line.
535 .Pp
536 If compiled, the builtin words expect to find, at execution time, the
537 following parameters on the stack:
538 .D1 Ar addrN lenN ... addr2 len2 addr1 len1 N
539 where
540 .Ar addrX lenX
541 are strings which will compose the command line that will be parsed
542 into the builtin's arguments.
543 Internally, these strings are concatenated in from 1 to N,
544 with a space put between each one.
545 .Pp
546 If no arguments are passed, a 0
547 .Em must
548 be passed, even if the builtin accepts no arguments.
549 .Pp
550 While this behavior has benefits, it has its trade-offs.
551 If the execution token of a builtin is acquired (through
552 .Ic '
553 or
554 .Ic ['] ) ,
555 and then passed to
556 .Ic catch
557 or
558 .Ic execute ,
559 the builtin behavior will depend on the system state
560 .Bf Em
561 at the time
562 .Ic catch
563 or
564 .Ic execute
565 is processed
566 .Ef
567 \&! This is particularly annoying for programs that want or need to
568 handle exceptions.
569 In this case, the use of a proxy is recommended.
570 For example:
571 .Dl : (boot) boot ;
572 .Sh FICL
573 .Tn FICL
574 is a Forth interpreter written in C, in the form of a forth
575 virtual machine library that can be called by C functions and vice
576 versa.
577 .Pp
578 In
579 .Nm ,
580 each line read interactively is then fed to
581 .Tn FICL ,
582 which may call
583 .Nm
584 back to execute the builtin words.
585 The builtin
586 .Ic include
587 will also feed
588 .Tn FICL ,
589 one line at a time.
590 .Pp
591 The words available to
592 .Tn FICL
593 can be classified into four groups.
594 The
595 .Tn ANS
596 Forth standard words, extra
597 .Tn FICL
598 words, extra
599 .Fx
600 words, and the builtin commands;
601 the latter were already described.
602 The
603 .Tn ANS
604 Forth standard words are listed in the
605 .Sx STANDARDS
606 section.
607 The words falling in the two other groups are described in the
608 following subsections.
609 .Ss FICL EXTRA WORDS
610 .Bl -tag -width wid-set-super
611 .It Ic .env
612 .It Ic .ver
613 .It Ic -roll
614 .It Ic 2constant
615 .It Ic >name
616 .It Ic body>
617 .It Ic compare
618 This is the STRING word set's
619 .Ic compare .
620 .It Ic compile-only
621 .It Ic endif
622 .It Ic forget-wid
623 .It Ic parse-word
624 .It Ic sliteral
625 This is the STRING word set's
626 .Ic sliteral .
627 .It Ic wid-set-super
628 .It Ic w@
629 .It Ic w!
630 .It Ic x.
631 .It Ic empty
632 .It Ic cell-
633 .It Ic -rot
634 .El
635 .Ss FREEBSD EXTRA WORDS
636 .Bl -tag -width XXXXXXXX
637 .It Ic \&$ Pq --
638 Evaluates the remainder of the input buffer, after having printed it first.
639 .It Ic \&% Pq --
640 Evaluates the remainder of the input buffer under a
641 .Ic catch
642 exception guard.
643 .It Ic .#
644 Works like
645 .Ic .
646 but without outputting a trailing space.
647 .It Ic fclose Pq Ar fd --
648 Closes a file.
649 .It Ic fkey Pq Ar fd -- char
650 Reads a single character from a file.
651 .It Ic fload Pq Ar fd --
652 Processes a file
653 .Em fd .
654 .It Ic fopen Pq Ar addr len -- fd
655 Opens a file.
656 Returns a file descriptor, or -1 in case of failure.
657 .It Xo
658 .Ic fread
659 .Pq Ar fd addr len -- len'
660 .Xc
661 Tries to read
662 .Em len
663 bytes from file
664 .Em fd
665 into buffer
666 .Em addr .
667 Returns the actual number of bytes read, or -1 in case of error or end of
668 file.
669 .It Ic heap? Pq -- Ar cells
670 Return the space remaining in the dictionary heap, in cells.
671 This is not related to the heap used by dynamic memory allocation words.
672 .It Ic inb Pq Ar port -- char
673 Reads a byte from a port.
674 .It Ic key Pq -- Ar char
675 Reads a single character from the console.
676 .It Ic key? Pq -- Ar flag
677 Returns
678 .Ic true
679 if there is a character available to be read from the console.
680 .It Ic ms Pq Ar u --
681 Waits
682 .Em u
683 microseconds.
684 .It Ic outb Pq Ar port char --
685 Writes a byte to a port.
686 .It Ic seconds Pq -- Ar u
687 Returns the number of seconds since midnight.
688 .It Ic tib> Pq -- Ar addr len
689 Returns the remainder of the input buffer as a string on the stack.
690 .It Ic trace! Pq Ar flag --
691 Activates or deactivates tracing.
692 Does not work with
693 .Ic catch .
694 .El
695 .Ss FREEBSD DEFINED ENVIRONMENTAL QUERIES
696 .Bl -tag -width Ds
697 .It arch-i386
698 .Ic TRUE
699 if the architecture is IA32.
700 .It arch-alpha
701 .Ic TRUE
702 if the architecture is AXP.
703 .It FreeBSD_version
704 .Fx
705 version at compile time.
706 .It loader_version
707 .Nm
708 version.
709 .El
710 .Ss SYSTEM DOCUMENTATION
711 .Sh FILES
712 .Bl -tag -width /boot/defaults/loader.conf -compact
713 .It Pa /boot/loader
714 .Nm
715 itself.
716 .It Pa /boot/boot.4th
717 Additional
718 .Tn FICL
719 initialization.
720 .It Pa /boot/boot.conf
721 .Nm
722 bootstrapping script.
723 Deprecated.
724 .It Pa /boot/defaults/loader.conf
725 .It Pa /boot/loader.conf
726 .It Pa /boot/loader.conf.local
727 .Nm
728 configuration files, as described in
729 .Xr loader.conf 5 .
730 .It Pa /boot/loader.rc
731 .Nm
732 bootstrapping script.
733 .It Pa /boot/loader.help
734 Loaded by
735 .Ic help .
736 Contains the help messages.
737 .El
738 .Sh EXAMPLES
739 Boot in single user mode:
740 .Pp
741 .Dl boot -s
742 .Pp
743 Load kernel's user configuration file.
744 Notice that a kernel must be loaded before any other
745 .Ic load
746 command is attempted.
747 .Bd -literal -offset indent
748 load kernel
749 load -t userconfig_script /boot/kernel.conf
750 .Ed
751 .Pp
752 Load the kernel, a splash screen, and then autoboot in five seconds.
753 .Bd -literal -offset indent
754 load kernel
755 load splash_bmp
756 load -t splash_image_data /boot/chuckrulez.bmp
757 autoboot 5
758 .Ed
759 .Pp
760 Set the disk unit of the root device to 2, and then boot.
761 This would be needed in a system with two IDE disks,
762 with the second IDE disk hardwired to wd2 instead of wd1.
763 .Bd -literal -offset indent
764 set root_disk_unit=2
765 boot /kernel
766 .Ed
767 .Pp
768 See also:
769 .Bl -tag -width /usr/share/examples/bootforth/X
770 .It Pa /boot/loader.4th
771 Extra builtin-like words.
772 .It Pa /boot/support.4th
773 .Pa loader.conf
774 processing words.
775 .It Pa /usr/share/examples/bootforth/
776 Assorted examples.
777 .El
778 .Sh ERRORS
779 The following values are thrown by
780 .Nm :
781 .Bl -tag -width XXXXX -offset indent
782 .It 100
783 Any type of error in the processing of a builtin.
784 .It -1
785 .Ic Abort
786 executed.
787 .It -2
788 .Ic Abort"
789 executed.
790 .It -56
791 .Ic Quit
792 executed.
793 .It -256
794 Out of interpreting text.
795 .It -257
796 Need more text to succeed -- will finish on next run.
797 .It -258
798 .Ic Bye
799 executed.
800 .It -259
801 Unspecified error.
802 .El
803 .Sh SEE ALSO
804 .Xr libstand 3 ,
805 .Xr loader.conf 5 ,
806 .Xr tuning 7 ,
807 .Xr boot 8 ,
808 .Xr btxld 8
809 .Sh STANDARDS
810 For the purposes of ANS Forth compliance, loader is an
811 .Bf Em
812 ANS Forth System with Environmental Restrictions, Providing
813 .Ef
814 .Bf Li
815 .No .( ,
816 .No :noname ,
817 .No ?do ,
818 parse, pick, roll, refill, to, value, \e, false, true,
819 .No <> ,
820 .No 0<> ,
821 compile\&, , erase, nip, tuck
822 .Ef
823 .Em and
824 .Li marker
825 .Bf Em
826 from the Core Extensions word set, Providing the Exception Extensions
827 word set, Providing the Locals Extensions word set, Providing the
828 Memory-Allocation Extensions word set, Providing
829 .Ef
830 .Bf Li
831 \&.s,
832 bye, forget, see, words,
833 \&[if],
834 \&[else]
835 .Ef
836 .Em and
837 .Li [then]
838 .Bf Em
839 from the Programming-Tools extension word set, Providing the
840 Search-Order extensions word set.
841 .Ef
842 .Sh HISTORY
843 .Nm
844 first appeared in
845 .Fx 3.1 .
846 .Sh AUTHORS
847 .An -nosplit
848 .Nm
849 was written by
850 .An Michael Smith Aq msmith@FreeBSD.org .
851 .Pp
852 .Tn FICL
853 was written by
854 .An John Sadler Aq john_sadler@alum.mit.edu .
855 .Sh BUGS
856 The
857 .Ic expect
858 and
859 .Ic accept
860 words will read from the input buffer instead of the console.
861 The latter will be fixed, but the former will not.