> P.S. I have both the Desktop and OG SDK, so I just need a pointer to where
> find anything but .SYM or .GYM files.
In the OG SDK, there is an Acrobat reader file titled, "DDK".
(pcgeos\techdocs\acrobat\ddk.pdf)
This should give the basics of driver construction in GEOS, and from there,
it should be assembly language via ESP style. There are basic driver sample
code in the DDK portion, but I don't see any printer driver code examples.
The programmer would have to supply his own knowledge at this point, regards
the device that he's writing the driver for.
Lee