Minor cleanups.
[seabios.git] / src / apm.c
index 1cb054ce8f5dc38c236822c401ae569241d02c0e..1d8ceef0c99017179cd1b1cc7ff6e50b2583756a 100644 (file)
--- a/src/apm.c
+++ b/src/apm.c
@@ -19,7 +19,7 @@ out_str(const char *str_cs)
         u8 c = GET_VAR(CS, *s);
         if (!c)
             break;
-        outb(c, 0x8900);
+        outb(c, PORT_BIOS_APM);
         s++;
     }
 }