Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!cwjcc!abvax!jaz From: jaz@abvax.UUCP (Jack A. Zucker) Newsgroups: comp.sys.ibm.pc Subject: 80386 protected mode Keywords: 80386 Message-ID: <774@abvax.UUCP> Date: 26 Jun 89 21:20:10 GMT Organization: Allen-Bradley Company, Inc; Industrial Computer Division, Highland Heights, OH Lines: 10 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 either way. The difference would be that we'd have to write protected mode device drivers for all the async interrupts. In our case, that would be the NMI, timer, serial, as well as device interrupts for the ram disk, etc. Does anyone have any experience doing this sort of thing ? If so, I'd be very interested in any feedback. If this is not enough info, let me know. -Jaz