]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/vga-overlay.c
Slightly permute the USB_LEGKEY stuff.
[netwatch.git] / netwatch / vga-overlay.c
index f7d7bf4f0bdad131abfcac3e7a1a90a3d7b93b04..77dc0537db052ddac5152a64708db50abb64b339 100644 (file)
@@ -1,3 +1,13 @@
+/* vga-overlay.c
+ * VGA text overlay code
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree.
+ *
+ */
+
 #include <io.h>
 #include <smram.h>
 #include <video_defines.h>
@@ -71,10 +81,12 @@ void strblit(char *src, int row, int col, int fill)
 
 void outlog()
 {
+/*
        int y;
 
        for (y = -LOG_ONSCREEN; y < 0; y++)
                strblit(logents[(y + prodptr + LOGLEN) % LOGLEN], y + LOG_ONSCREEN, 40, 1);
+*/
 }
 
 void dolog(const char *s)
This page took 0.021924 seconds and 4 git commands to generate.