Signed-off-by: Helge Deller deller@gmx.de --- src/font.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/font.c b/src/font.c index 67e5d46..24cd67f 100644 --- a/src/font.c +++ b/src/font.c @@ -7,6 +7,7 @@ * found at ftp://ftp.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip * This font is public domain */ +#if CONFIG_X86 u8 vgafont8[128*8] VARFSEGFIXED(0xfa6e) = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x81, 0xa5, 0x81, 0xbd, 0x99, 0x81, 0x7e, @@ -137,3 +138,4 @@ u8 vgafont8[128*8] VARFSEGFIXED(0xfa6e) = { 0x76, 0xdc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x38, 0x6c, 0xc6, 0xc6, 0xfe, 0x00, }; +#endif -- 2.29.2