Mail Archives: djgpp/1996/01/17/02:12:33
On Mon, 15 Jan 1996, Allen J. Curtis wrote:
> The first time that I run a program I get a:
>
> Unknown driver type in adapter.
>
> message. Everytime after that I just get an General Protection Fault.
> Any ideas? I am using the Number 9 GXE (ISA) board which is an S3
> chipset. So I tried:
>
> set GO32=drivers VESA_S3 // I also tried with the .GRN extension
It should be ``set GO32=driver ...'', not ``drivers'', and the name after
the ``driver'' should be the full pathname of the driver, including the
extension, not just the name, like this:
set GO32=driver c:/djgpp/drivers/vesa_s3.grn
You should also make sure the driver file that you mention indeed
exists at that place.
- Raw text -