grml...
[seabios.git] / src / font.c
index 01c73ed1bb4e04f1c11378f1dabc44c4b08dce47..3f8662f91fc73604a929c44685bec96692e92142 100644 (file)
@@ -7,7 +7,7 @@
  * found at ftp://ftp.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip
  * This font is public domain
  */
-const u8 vgafont8[128*8] __attribute__((aligned (1))) = {
+u8 vgafont8[128*8] VAR16FIXED(0xfa6e) = {
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
     0x7e, 0x81, 0xa5, 0x81, 0xbd, 0x99, 0x81, 0x7e,
     0x7e, 0xff, 0xdb, 0xff, 0xc3, 0xe7, 0xff, 0x7e,