X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <4507cf90$0$489$cc7c7865@news.luth.se> From: Martin Str|mberg Subject: Re: 64 bit access under DOS? Newsgroups: comp.os.msdos.djgpp References: <44ff387a$0$19628$88260bb3 AT free DOT teranews DOT com> <4506ff21$0$486$cc7c7865 AT news DOT luth DOT se> User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (NetBSD/1.6Q (alpha)) Date: 13 Sep 2006 09:29:52 GMT Lines: 26 NNTP-Posting-Host: speedy.ludd.ltu.se X-Trace: 1158139792 news.luth.se 489 130.240.16.13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rod Pemberton wrote: > "Martin Str|mberg" wrote in message >> Unfortunately AMD64 instructions are only available in long 64-bit >> (non-compatibility) mode and in long mode vm86 mode isn't supported, >> so this won't happen. >> > Ah, good, someone who is familiar with 64-bit mode. Not that familiar, but I've read the specification. > What you're saying it that there are no override prefixes to access the > 64-bit instructions in 32-bit mode. Correct? Yes. > Is there a method to switch into and out of 64-bit mode safely while running > under 32-bit protected mode (DPMI or Windows)? If you're the OS, yes. IIRC, that how you get to 64-bit mode. You have to go RM->PM32->PM64. Right, MartinS