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:
Blue Swirl
2009-02-14 09:44:55 +00:00
parent a837cf70f8
commit 9020fb5fa1
3 changed files with 50 additions and 16 deletions

View File

@@ -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
\ -------------------------------------------------------------------------