Lines Matching +full:hardware +full:- +full:configured
1 .\" Copyright (c) 2011-2013 Devin Teske
53 file, so it is not needed (and should not be re-issued) in a normal setup.
57 .Bl -tag -width disable-module_module -compact -offset indent
58 .It Ic menu-init
60 This should be called before any other menu-related functions.
61 .It Ic menu-display
62 Displays the menu (configured via the below documented environment variables)
64 .It Ic menu-erase
66 .It Ic menu-redraw
68 .Ic menu-erase
70 .It Ic menu-unset
73 .It Ic menu-clear
75 .Ic menu-unset
77 .Ic menu-erase .
81 .Bl -tag -width bootfile -offset indent
85 (case-insensitive) or
96 .Ic menu-display
103 (case-insensitive)
104 .Ic menu-display
108 .Dq Li -1 ,
109 .Ic menu-display
149 to instead display the title left-or-right justified
213 running on ACPI-compatible hardware,
215 is set (indicating the presence of hardware ACPI support as detected by
220 On non-i386 hardware, menuitems configured after the
224 On i386-compatible hardware lacking ACPI support (as detected by
230 on ACPI-compatible hardware when ACPI support is detected at boot time.
233 menuitem (if configured).
252 a single blank-line and an
255 .Va menu_caption[x-1]
258 (if configured).
260 If set, adds a built-in
262 menuitem to the end of the last configured menuitem.
265 is configured, the
274 .Bl -tag -width disable-module_module -compact -offset indent
275 .It Ic arch-i386? ( -- BOOL )
276 Returns true (-1) on i386 and false (0) otherwise.
277 .It Ic acpipresent? ( -- BOOL )
278 Returns true (-1) if ACPI is present and false (0) otherwise.
279 .It Ic acpienabled? ( -- BOOL )
280 Returns true (-1) if ACPI is enabled and false (0) otherwise.
281 .It Ic toggle_menuitem ( N -- N )
292 .It Ic cycle_menuitem ( N -- N )
305 above, use any number between 1 through 9. Sorry, double-digits are not
308 .Bl -tag -width /boot/loader.4th -compact
322 .Bd -literal -offset indent -compact
324 menu-init
333 menu-display
349 .An -nosplit