delorie.com/archives/browse.cgi | search |
Date: | Fri, 5 Mar 93 13:03:09 EST |
From: | DJ Delorie <dj AT delorie DOT ctron> |
To: | bst AT tt DOT ctron |
Cc: | djgpp AT sun DOT soe DOT clarkson DOT edu, bst AT tt DOT ctron, chris AT alderan DOT sdata DOT de |
Subject: | SCSI Driver Under DJGPP |
The problem is that ioctl's aren't handled well. The exception indicates that go32 doesn't know how to translate the 32-bit request to the correstponding 16-bit request. If you want to teach it how, you must modify go32/exphdlr.c. You will also not be able to directly call any real mode address from go32, so the far pointer you get will be almost useless. DJ
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |