delorie.com/archives/browse.cgi | search |
Date: | Mon, 29 Mar 93 09:57:05 EST |
From: | dj AT ctron DOT com |
To: | wuxi AT unixg DOT ubc DOT ca |
Cc: | djgpp AT sun DOT soe DOT clarkson DOT edu |
Subject: | Re: Help on Exception 33 (0x21) |
Exception 33 means that you attempted to execute an int 0x21 request that the extender doesn't know about. Since the extender needs to do address mapping and data copying and such, any unknown DOS request causes an exception. If you want to add support for the particular request you are attempting, you must modify go32/exphdlr.c and rebuild go32. DJ
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |