Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.msdos.programmer > #849

Re: 64bit access in DOS mode...

From Robert AH Prins <spamtrap@prino.org>
Newsgroups comp.os.msdos.programmer
Subject Re: 64bit access in DOS mode...
Date 2013-03-08 12:12 +0000
Message-ID <aptv88Ff1b9U1@mid.individual.net> (permalink)
References <699c5f39-f82b-4704-a4b0-869253ec621c@googlegroups.com>

Show all headers | View raw


On 2013-03-08 09:19, liaoo wrote:
> I have one question about the 64-bit access in DOS mode...
>
> Before I wrote one application using (watcom c+dos/32a) and it can access all
> the memory space under 4GB successfully... * DOS/32a provides flat mode !
>
> Ex. I used below function to write 4-Byte:
> ============================================
 > void PciMemWtDW( DWORD memaddr,
>  DWORD data ) { DWORD *ptr = (DWORD *)memaddr; *ptr = data; }
> ============================================
>
> My question is: is it possible to access the memory above 4GB if I installed
>  8GB DRAM ?
>
> If not... then is there any other way to solve this issue ?

http://board.flatassembler.net/topic.php?t=8768
http://www.japheth.de/JWasm/Dos64.html

Robert
-- 
Robert AH Prins
robert(a)prino(d)org

Back to comp.os.msdos.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

64bit access in DOS mode... liaoo <jimmyliaoo@gmail.com> - 2013-03-08 01:19 -0800
  Re: 64bit access in DOS mode... Robert AH Prins <spamtrap@prino.org> - 2013-03-08 12:12 +0000
  Re: 64bit access in DOS mode... rugxulo@gmail.com - 2013-03-14 07:22 -0700

csiph-web