+/* 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>
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)