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