Devin Teske
d35c4b1d44
Fix domain.
...
Approved by: emaste
2012-07-14 01:45:35 +00:00
Devin Teske
4c4947ad9d
Update contact info.
...
PR: N/A (mentor approved)
Submitted by: dteske
Reviewed by: dteske (mentor approved)
Approved by: emaste (mentor)
MFC after: 1 week
2012-05-17 20:00:34 +00:00
Julian Elischer
802e09ac9e
New boot loader menus from Devin Teske.
...
Discussed on hackers and recommended for inclusion into 9.0 at the devsummit.
All support email to devin dteske at vicor dot ignoreme dot com .
Submitted by: dteske at vicor dot ignoreme dot com
Reviewed by: me and many others
2011-05-28 08:50:38 +00:00
John Baldwin
deaff01fe5
Fix a stack leak in r215345 when skipping over the ACPI menu item for
...
machines that do not support ACPI.
Submitted by: olli
2011-01-20 16:03:28 +00:00
John Baldwin
6a9974a4d9
Don't display option 2 (to toggle ACPI on or off) on x86 machines if the
...
BIOS does not support ACPI. The other options in the menu retain their
existing numbers, option 2 is simply blanked out (and '2' is ignored).
MFC after: 1 month
2010-11-15 19:55:19 +00:00
John Baldwin
6c96352a06
Remove support for autoloading ACPI from the loader. Leave in the code to
...
detect ACPI and export info such as the location of the RSDP via hints as
that is still useful.
2010-11-08 21:50:45 +00:00
John Baldwin
bf74de7eba
If autoboot_delay is set to -1, boot immediately without checking for
...
a keypress to match the behavior of the loader.
PR: docs/108101
Submitted by: Wayne Sierke ws of au.dyndns.ws
Tested by: brd
MFC after: 1 week
2010-09-08 20:10:29 +00:00
Scott Long
c2e1d5d04c
Remove the USB keyboard hack now that KBDMUX is enabled by default. Allow
...
it to be disabled if Safe Mode is selected.
2006-03-31 21:36:17 +00:00
Scott Long
aa845d2dc1
Replace loader_color with loader_logo
2005-10-30 05:36:23 +00:00
Scott Long
e522e6e988
Fix a bunch of stack leaks. These were theoretically harmless, except that
...
they would leave enough elements on the stack that if you escaped to the
loader prompt and then typed 'setenv', it would pull in all of the leaked
junk and cause an exception in the environment. There still seems to be
3 leaked elements, but they don't appear to be coming from this file.
2004-12-01 07:17:57 +00:00
Brooks Davis
923a1dc3d1
Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USB
...
keyboards to work if no PS/2 keyboard is attached. The position in the
menu was chosen to avoid moving option 6 (loader prompt). This should
be a no-op on non-i386/amd64 machines.
2004-10-30 13:45:13 +00:00
Scott Long
6d38a06c85
Disable the APIC when selecting the 'Safe Mode' option of the loader. This
...
will disable both APIC interrupt routing and SMP.
2004-01-09 19:20:47 +00:00
Scott Long
187a0f56e7
Directly call the 'reboot' word instead of indirectly evaluating it.
2003-10-28 17:18:42 +00:00
Scott Long
4229f75b5c
Directly call the 'boot' word instead of indirectly evaluating it.
...
Submitted by: dcs
2003-10-27 16:39:49 +00:00
Scott Long
ba42f5be52
Apply Aleksander Fafula's crayons to the beastie. Add the this line to
...
/boot/loader.conf to see the pretty colors =-)
loader_color="YES"
2003-09-13 18:35:01 +00:00
Scott Long
af2aaddd7a
Don't start the beastie menu if the 'beastie_disable' variable is set to
...
'YES'.
If the user selects to escape to the loader prompt, set 'autoboot_delay'
to 'NO' so that the prompt timer doesn't run.
2003-06-10 22:04:09 +00:00
Scott Long
0480feef80
Man, I'm not on the ball. 4th does not need to escape '\' chars. This
...
should make our beloved friend look less like he has a massive head wound.
2003-05-31 16:07:00 +00:00
Scott Long
d9d27cecf8
Flag when ACPI has been disabled by the user so that sysinstall can do
...
something with it.
2003-05-31 11:19:11 +00:00
Scott Long
dfc36ded78
Add a new bootloader menu. Pull in screen.4th and frames.4th from the
...
examples directory to support it. This is installed only on i386 for
now. It will be enabled in a later commit.
Approved by: re
2003-05-30 09:29:24 +00:00