PSE 36 Bit Memory access above 4GB in FlatMode

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
sivaraman
Posts: 2
Joined: Sun Jan 21, 2007 10:09 pm
Location: chennai

PSE 36 Bit Memory access above 4GB in FlatMode

Post by sivaraman »

Hi ,
I am trying to access the memory above 4 GB using IA32 PSE 36 bit Paging mechanism. I am doing this in MS DOS.

Can i do paging using Fat Mode? Any one have idea on this
xsix
Member
Member
Posts: 59
Joined: Tue Oct 24, 2006 10:52 am

Post by xsix »

no. you can only use paging in PROTECTED MODE, not in any other mode. Not in any tweaked mode
sivaraman
Posts: 2
Joined: Sun Jan 21, 2007 10:09 pm
Location: chennai

TINY Model in Protected Mode

Post by sivaraman »

Hi all,

Is it possible to switching between real mode & protected mode in Tiny Model. When i tried to do this system restarts. what is the cause of the problem.

Siva
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

with 99% probability: a reboot during protected mode = programming error.

Double-check your code, IDT, GDT, make sure interrupts are disabled, and read the Intel Manuals
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply