X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fpnpbios.c;h=4e7abc69785f0d0c6bc62f65efcf10b767633748;hb=372e071ed4b6a66fb371cf13b6f6d14ddd00837a;hp=7d9ece509bb261c4e9c1d505802e33aacc89bffb;hpb=141436b5b253039436d46f0cf883fabd2822367e;p=seabios.git diff --git a/src/pnpbios.c b/src/pnpbios.c index 7d9ece5..4e7abc6 100644 --- a/src/pnpbios.c +++ b/src/pnpbios.c @@ -41,7 +41,7 @@ struct pnpheader PNPHEADER __aligned(16) VAR16EXPORT = { // We need a copy of this string in the 0xf000 segment, but we are not // actually a PnP BIOS, so make sure it is *not* aligned, so OSes will // not see it if they scan. -char pnp_string[] __aligned(2) VAR16_32 = " $PnP"; +char pnp_string[] __aligned(2) VAR16VISIBLE = " $PnP"; #endif #define FUNCTION_NOT_SUPPORTED 0x82