??About hardware mapped memory

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
odNewby

??About hardware mapped memory

Post by odNewby »

How to deal with those hardware mapped memory like Video RAM in a000:0000(esp.in pmode)? If unknown hardware just map anything in physical memory out of protection,the system may CRASH!
The_Legend

Re: ??About hardware mapped memory

Post by The_Legend »

As far as I know, you won't find hardware mapped memory not over the 1MB-Mark (not sure about PCI-Hardware ...).
Don't use that memory area until you have probed the complete hardware of the computer.
Tim

Re: ??About hardware mapped memory

Post by Tim »

Use the BIOS int 15h memory map to work out which memory you can use. There are all kinds of complications arising from ROMs and device memory, not just below 1MB.
Post Reply