Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!sunybcs!daveb From: daveb@sunybcs.uucp (Dave Borkowski) Newsgroups: comp.sys.ibm.pc Subject: Re: 80386 protected mode Keywords: 80386 Message-ID: <7455@cs.Buffalo.EDU> Date: 29 Jun 89 15:20:38 GMT References: <774@abvax.UUCP> Sender: nobody@cs.Buffalo.EDU Reply-To: daveb@sunybcs.UUCP (Dave Borkowski) Organization: SUNY/Buffalo Computer Science Lines: 18 In article <774@abvax.UUCP> jaz@abvax.UUCP (Jack A. Zucker) writes: >I am going to be writing a ram disk driver that will need to access memory >above the 8mb range. Because of this, I'll obviously need to use protected >mode. I'm considering using v86 mode and using paging but I would also be >interested in a full protected mode version. I'd be running dos in v86 mode Some good examples to start from can be found in the Intel pubs. 80386 System Software Writers Guide 80386 Programmers Reference Manual They give flat, segmented and hybrid (demand paged) examples. The manuals tend to be a bit pricey ($25 each) for their size, but worth it. I too am working on a project using protected mode, but not as ambitious as your talking about. Do you plan to return to DOS or is this strictly a protected mode application ?