PC IBM & reserved 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.
mikeleany

RE:PC IBM... CORRECTION & memory holes

Post by mikeleany »

Well, for upper memory, you're okay. However, it's not safe to assume 640kB of lower memory. I have a system that only has 512kB for some reason (haven't figured out why yet.) So you'll need to test for BOTH the amount of lower AND upper memory.
mikeleany

RE:PC IBM & reserved memory...

Post by mikeleany »

My computer won't do anything but beep if I don't have memory in the banks. In the past, I've also tried with other computers. If I remember right, they all did the same. I believe that lower memory (at least in most cases) is part of the memory that you put in the banks, and not something that is soldered to the motherboard.
javaman

RE:PC IBM... CORRECTION & memory holes

Post by javaman »

Which BIOS call gives back the low memory size?
Or must I check this memory directly?

bye,
Paolo
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

RE:PC IBM... CORRECTION & memory holes

Post by df »

INT 0x12
-- Stu --
Post Reply