]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/firstrun.c
Remove the 'first' stuff. Rename the entry point to smi_entry.
[netwatch.git] / aseg / firstrun.c
index ca892ea0b3dd9b487973e157cd7426b475dc1c6b..a606d2bd2b97d9c43337ecbaa43d527d9b4d3133 100644 (file)
@@ -1,21 +1,10 @@
 #include <io.h>
 #include <smi.h>
 #include <pci.h>
+#include "vga-overlay.h"
 
 void __firstrun_start() {
-/*
-       puts("Current USB state is: ");
-       puthex(pci_read16(0, 31, 2, 0xC0));
-       puts(" ");
-       puthex(pci_read16(0, 31, 4, 0xC0));
-       puts("\n");
-       puts("Current SMI state is: ");
-       puthex(inl(0x830));
-       puts("\n");
-       puts("Current SMRAMC state is: ");
-       puthex(pci_read8(0, 0, 0, 0x70));
-       puts("\n");
-*/
+       dologf("NetWatch running");
 
        /* Try really hard to shut up USB_LEGKEY. */
        pci_write16(0, 31, 2, 0xC0, pci_read16(0, 31, 2, 0xC0));
This page took 0.021707 seconds and 4 git commands to generate.