Lines Matching +full:boot +full:- +full:mode

43 .Pa /boot .
46 automate tasks, do pre-configuration or assist in recovery
53 The main drive behind these commands is user-friendliness.
65 if the previous boot stage used that.
77 .Pa /boot/boot.4th
90 .Pa /boot/loader.rc
110 will engage interactive mode.
121 .Dq Li -1 ,
124 will engage interactive mode only if
142 interpreting mode.
158 .Bl -enum
161 .Bl -bullet
189 Every string between non-escaped quotes or double-quotes will be treated
199 Space-delimited arguments are passed to the called builtin command.
206 All builtin words are state-smart, immediate words.
225 While this behavior has benefits, it has its trade-offs.
246 .Dl : (boot) boot ;
285 .Bl -tag -width wid-set-super
288 .It Ic -roll
295 .It Ic compile-only
297 .It Ic forget-wid
298 .It Ic parse-word
302 .It Ic wid-set-super
307 .It Ic cell-
308 .It Ic -rot
311 .Bl -tag -width XXXXXXXX
312 .It Ic \&$ Pq --
314 .It Ic \&% Pq --
322 .It Ic fclose Pq Ar fd --
324 .It Ic fkey Pq Ar fd -- char
326 .It Ic fload Pq Ar fd --
329 .It Ic fopen Pq Ar addr len mode Li -- Ar fd
331 Returns a file descriptor, or \-1 in case of failure.
333 .Ar mode
341 .Pa /boot/support.4th ,
342 indicating read only, write only, and read-write access, respectively.
345 .Pq Ar fd addr len -- len'
353 Returns the actual number of bytes read, or -1 in case of error or end of
355 .It Ic heap? Pq -- Ar cells
358 .It Ic inb Pq Ar port -- char
360 .It Ic key Pq -- Ar char
362 .It Ic key? Pq -- Ar flag
366 .It Ic ms Pq Ar u --
370 .It Ic outb Pq Ar port char --
372 .It Ic seconds Pq -- Ar u
374 .It Ic tib> Pq -- Ar addr len
376 .It Ic trace! Pq Ar flag --
382 .Bl -tag -width Ds
383 .It arch-i386
399 .Bl -bullet
423 to -1.
447 .Bl -tag -width /usr/share/examples/bootforth/ -compact
448 .It Pa /boot/loader
451 .It Pa /boot/boot.4th
455 .It Pa /boot/defaults/loader.conf
456 .It Pa /boot/loader.4th
457 Extra builtin-like words.
458 .It Pa /boot/loader.conf
459 .It Pa /boot/loader.conf.local
463 .It Pa /boot/loader.rc
466 .It Pa /boot/loader.help
470 .It Pa /boot/support.4th
477 Boot in single user mode:
479 .Dl boot -s
485 .Bd -literal -offset indent
488 load -t splash_image_data /boot/chuckrulez.bmp
492 Set the disk unit of the root device to 2, and then boot.
495 .Bd -literal -offset indent
497 boot /boot/kernel/kernel
501 .Bd -literal -offset indent
508 .Bl -tag -width XXXXX -offset indent
511 .It -1
514 .It -2
517 .It -56
520 .It -256
522 .It -257
523 Need more text to succeed -- will finish on next run.
524 .It -258
527 .It -259
534 .Xr boot 8 ,
555 Memory-Allocation Extensions word set, Providing
566 from the Programming-Tools extension word set, Providing the
567 Search-Order extensions word set.
575 .An -nosplit