]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg-paging/smi.c
Clean up vga_overlay a bit to split out the VGA-specific code to strblit
[netwatch.git] / aseg-paging / smi.c
index bd29f64f81713da06febd76e5b8cbc028ae368f1..1152723c99bafc9f320705e21950da0756ff14fc 100644 (file)
@@ -22,7 +22,7 @@ void smi_entry(void)
 
        counter++;
        sprintf(statstr, "NetWatch! %08x %08x", smi_status(), counter);
-       strblit(statstr, 0, 0);
+       strblit(statstr, 0, 0, 0);
        
        serial_init();
        eth_poll();
This page took 0.019298 seconds and 4 git commands to generate.