From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/gio/sgikern/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys/gio/sgikern/README (limited to 'sys/gio/sgikern/README') diff --git a/sys/gio/sgikern/README b/sys/gio/sgikern/README new file mode 100644 index 00000000..e944a4be --- /dev/null +++ b/sys/gio/sgikern/README @@ -0,0 +1,12 @@ +SGIKERN - + +This directory contains the source for the simple GIO kernel, used to write +a metacode file using only the simplest possible drawing instructions. This +makes it relatively easy to implement functional (but probably suboptimal) +translators for new devices. + +Special graphcap entries used by this kernel: + + MF maximum frame count per metafile + FS frame advance req'd at start of metafile + FE frame advance req'd at end of metafile -- cgit