From f5d528706103ee1cb54936523efe4093d8ff4c79 Mon Sep 17 00:00:00 2001 From: Jacob Potter Date: Tue, 16 Dec 2008 13:24:55 -0500 Subject: [PATCH] README and TODO updates --- README | 22 +++++++++++++++------- TODO | 2 ++ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/README b/README index 2977c05..a673c33 100644 --- a/README +++ b/README @@ -6,12 +6,19 @@ taking over a second network card to provide a standard VNC server, such that a machine elsewhere on the network can see the text or graphics console of the machine and inject keystrokes as needed. - . - - . - - Because NetWatch is invisible to the OS, its CPU usage is difficult to -monitor; we do so by comparing the MD5 throughput of the system with NetWatch + System management mode, introduced with the 386SL, essentially allows +system driver code to run outside of OS control, caused by a special interrupt +pin on the CPU. This was originally intended for applications such as laptop +fan control; it is also the mechansim by which USB legacy keyboard emulation +occurs. When a system management interrupt occurs, the northbridge remaps +portions of memory to expose previously-hidden code, and asserts an SMI# signal, +causing the CPU to save all its state into system management RAM and vector to +a magic entry point. + + This is somewhat slow, and so there is a moderate performance impact +caused by running NetWatch, more significant when a VNC session is open. +Because NetWatch is invisible to the OS, its CPU usage is difficult to monitor; +we do so by comparing the MD5 throughput of the system with NetWatch running versus without. The only way that the OS could detect this performance drain is by spinning tightly and watching for a sudden jump in the CPU's time stamp counters. @@ -49,4 +56,5 @@ implementation requires: - BIOS which does not set the D_LCK bit. Any system old enough to be based on the ICH2 is very likely to have a suitable BIOS. - Current open issues are listed in the TODO file. + Current open issues are listed in the TODO file. See GUIDE for an +overview of which source files do what. diff --git a/TODO b/TODO index 1892de9..acb5039 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ Todo list as of 20081216: - Support formats other than RGB888 +- Identify why lwIP's malloc occasionally says out of memory after closing + and attempting to reopen a connection. - Support password-based (or better) VNC authentication. - Automatically switch GRUB from the loader to the actual kernel - Fix ridiculously slow video checksumming (i.e. make X usable) -- 2.39.2