I need to make modifications to BIOS code which runs at PowerUp or Boot time and I need to access more than the lower 1,048,576 bytes of memory.

Is it possible to switch into Protected Mode at this time in order to access more memory? If so, how? What is the instruction sequence?

Alternatively, can anyone suggest a different approach?


Thanks,
Bob.

Recommended Answers

All 2 Replies

Perhaps you should begin by describing why you need the extra memory. Perhaps we could tell you about an alternative which uses less memory.

Perhaps you should begin by describing why you need the extra memory. Perhaps we could tell you about an alternative which uses less memory.

It's not that I need extra memory. What I want to do is read several bytes of data from the upper end of the 4GB address space, where an MD5 message digest of the bios will have been stored.

The intent is to compare the current MD5 with the pre-stored value to ensure that the BIOS has not been tampered with.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.