mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Support for Qemu -nographic flag
git-svn-id: svn://coreboot.org/openbios/openbios-devel@452 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -37,26 +37,15 @@
|
||||
:noname
|
||||
" rtc" " rtc" preopen
|
||||
" memory" " /memory" preopen
|
||||
\ " stdout" " /packages/terminal-emulator" preopen
|
||||
" stdout" " screen" preopen
|
||||
" stdin" " adb-keyboard" preopen
|
||||
|
||||
; SYSTEM-initializer
|
||||
|
||||
|
||||
\ use the tty interface if available
|
||||
: activate-tty-interface
|
||||
" /packages/terminal-emulator" find-dev if drop
|
||||
" adb-keyboard" " input-device" $setenv
|
||||
" screen" " output-device" $setenv
|
||||
then
|
||||
;
|
||||
|
||||
:noname
|
||||
" keyboard" input
|
||||
; CONSOLE-IN-initializer
|
||||
|
||||
|
||||
\ -------------------------------------------------------------------------
|
||||
\ pre-booting
|
||||
\ -------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user