X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/3e6d61061b77ac328abf5a3283ff9870afa92258..075bbc718253e94387bd857b22c7bedea259651b:/aseg/firstrun.c diff --git a/aseg/firstrun.c b/aseg/firstrun.c index 6df8d7d..d3cd16f 100644 --- a/aseg/firstrun.c +++ b/aseg/firstrun.c @@ -23,6 +23,8 @@ void __firstrun_start() { for (bp = (void *)&_bss; (void *)bp < (void *)&_bssend; bp++) *bp = 0; + vga_flush_imm(0); + outputf("NetWatch running"); /* Try really hard to shut up USB_LEGKEY. */ @@ -47,6 +49,8 @@ void __firstrun_start() { smi_enable(); + vga_flush_imm(1); + smram_restore_state(smram); }