1
2This directory contains "PC Console" routines, to enable the
3SWARM board to use PC-style devices for its console.  In
4particular, it contains the code to use the X86 emulator
5to initialize the VGA, and code to map scan codes to
6ASCII characters for a PC keyboard.
7
8What is this good for, you ask?  Just for fun, mostly.  Many of
9us have had this screwy notion that a SWARM could be used as
10a Linux "workstation" if we could get VGA support and USB
11keyboards implemented (oh, yeah, and there's this whole
12matter of PC console support in Linux, and X, and ...).
13
14Like the USB host stack, this is among the least-supported
15portions of CFE.  If you find it useful, great!  If it doesn't
16work or build properly, let us know, but we may not get to fixing
17it right away.
18
19
20