delorie.com/archives/browse.cgi | search |
Date: | Wed, 12 Jan 2000 07:42:54 +0500 (MVT) |
From: | Prashant TR <prashant_tr AT yahoo DOT com> |
To: | Erik Rull <erik_rull AT bluewin DOT de> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: Problems with protected_mode_int |
In-Reply-To: | <387BA46C.80EC24DF@bluewin.de> |
Message-ID: | <Pine.LNX.4.10.10001120727430.523-100000@yahoo.com> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | dj-admin AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Tue, 11 Jan 2000, Erik Rull wrote: > I've tried something with the protected_mode_int, which makes my system > crash everytime. > new_handler.pm_selector = _go32_my_ss(); You can't run an interrupt handler in a stack. Use _my_cs(). Although both SS, DS and CS have the same base, they have different access rights. Prashant
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |