mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Disable romfont: unused
git-svn-id: svn://coreboot.org/openbios/openbios-devel@379 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -68,7 +68,7 @@ defer fb-emit ( x -- )
|
|||||||
\
|
\
|
||||||
|
|
||||||
: default-font ( -- addr width height advance min-char #glyphs )
|
: default-font ( -- addr width height advance min-char #glyphs )
|
||||||
(romfont-8x16) 8 10 10 0 100
|
\ (romfont-8x16) 8 10 10 0 100
|
||||||
;
|
;
|
||||||
|
|
||||||
: set-font ( addr width height advance min-char #glyphs -- )
|
: set-font ( addr width height advance min-char #glyphs -- )
|
||||||
|
|||||||
@@ -9,5 +9,5 @@
|
|||||||
\ the copyright and warranty status of this work.
|
\ the copyright and warranty status of this work.
|
||||||
\
|
\
|
||||||
|
|
||||||
encode-file romfont.bin
|
\ encode-file romfont.bin
|
||||||
drop value (romfont-8x16)
|
\ drop value (romfont-8x16)
|
||||||
|
|||||||
Reference in New Issue
Block a user