#6140 closed enhancement (fixed)
[PATCH] Enable keyboard options for boot menu
Reported by: | andreasf | Owned by: | andreasf |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Boot Loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | PowerPC |
Description
On OpenFirmware platform boot options are currently hardcoded to 0
(i.e., none).
The following patch provides a non-blocking facility to check for a key press and adds support for space bar and escape key options.
The key must be pressed after the keyboard and screen are initialized but before Welcome to the Haiku bootloader!
is printed.
In particular this enables to bypass the frame buffer (#6105).
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | 0008-Add-keyboard-options-for-menu-and-debug-output.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Applied slightly modified in hrev38304.
comment:5 by , 14 years ago
x86 was the inspiration for this. If it's not working on your machine, please file a separate bug.
Note:
See TracTickets
for help on using tickets.
proposed patch