From: Mat Hostetter Date: Mon, 19 Jul 93 10:27:13 -0600 To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: How to load ES in protected mode? I'm doing some low-level BIOS calls from the djgpp environment. Some of them want ES to contain a certain value on input. However, loading ES with the appropriate value in protected mode causes a crash. Is there any way around this, or do I have to do modify go32 to set up ES for me in real mode? -Mat