Date: 11 May 98 12:14:34 GMT Message-ID: Newsgroups: comp.os.msdos.djgpp Subject: Re: Q: Should I set up a TSS to make a long call to a linear address?? References: <000001bd7ccc$edbcfc00$0201a8c0 AT king> From: wanpsm98 AT octarine DOT cc DOT adfa DOT oz DOT au (WANKADIA PAUL SAPAL MICHAEL) NNTP-Posting-Host: 131.236.253.20 Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk "Rob van Berkel" writes: >Im currently having lotsa trouble with a program that is supposed to find >and call the BIOS32 entry point. [ ... snip ... ] >Does anyone out there have any experience in this field? Should I really >bother myself with TSS'es etc?? I don't think DPMI supports any kind of task-related activity at all, since task management really belongs to the OS; in addition, setting up task management just to enter BIOS32 seems like near-maximum overkill. There have been a couple of recent posts from others having problems getting BIOS32 to work, so keep an eye out for their snippets of code.