the original driver release contains a .VxD called "VSGL". this is the actual hardware driver, handling detection and initialization of the card, shared memory mappings, render scheduling, etc. however, this appears to be missing from this repository.
the build system references a "vsgl" directory, which should contain the header files vsgl.h, brdio.h, and sched.h.
it should also include as well an unknown number of source files needed to build the VxD, including but not limited to vsgl.inc, and presumably including vsgl.c, pnp.c, brdio.c, and sched.c.
the original driver release contains a .VxD called "VSGL". this is the actual hardware driver, handling detection and initialization of the card, shared memory mappings, render scheduling, etc. however, this appears to be missing from this repository.
the build system references a "vsgl" directory, which should contain the header files
vsgl.h
,brdio.h
, andsched.h
.it should also include as well an unknown number of source files needed to build the VxD, including but not limited to
vsgl.inc
, and presumably includingvsgl.c
,pnp.c
,brdio.c
, andsched.c
.are you able to share the sources to this module?