summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/beastie.4th
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of stack leaks. These were theoretically harmless, except thatscottl2004-12-011-5/+11
| | | | | | | 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.
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBbrooks2004-10-301-0/+10
| | | | | | 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.
* Disable the APIC when selecting the 'Safe Mode' option of the loader. Thisscottl2004-01-091-0/+1
| | | | will disable both APIC interrupt routing and SMP.
* Directly call the 'reboot' word instead of indirectly evaluating it.scottl2003-10-281-1/+1
|
* Directly call the 'boot' word instead of indirectly evaluating it.scottl2003-10-271-7/+7
| | | | Submitted by: dcs
* Apply Aleksander Fafula's crayons to the beastie. Add the this line toscottl2003-09-131-1/+38
| | | | | | /boot/loader.conf to see the pretty colors =-) loader_color="YES"
* Don't start the beastie menu if the 'beastie_disable' variable is set toscottl2003-06-101-1/+11
| | | | | | | 'YES'. If the user selects to escape to the loader prompt, set 'autoboot_delay' to 'NO' so that the prompt timer doesn't run.
* Man, I'm not on the ball. 4th does not need to escape '\' chars. Thisscottl2003-05-311-8/+8
| | | | should make our beloved friend look less like he has a massive head wound.
* Flag when ACPI has been disabled by the user so that sysinstall can doscottl2003-05-311-0/+2
| | | | something with it.
* Add a new bootloader menu. Pull in screen.4th and frames.4th from thescottl2003-05-301-0/+206
examples directory to support it. This is installed only on i386 for now. It will be enabled in a later commit. Approved by: re
OpenPOWER on IntegriCloud