Can someone give me a real primitive example of direct probing memory in C?
Anything would be greatly appreciated.
Example of direct probing
RE: Example of direct probing
>On 2001-11-23 18:39:10, Anonymous wrote:
>Can someone give me a real primitive example of direct probing memory in C?
>Anything would be greatly appreciated.
hey,
check out this site...
http://www.mega-tokyo.com/os/os-faq-mem ... mory_probe
it's also at the "Links" section of this site..
Ben Hsu
>Can someone give me a real primitive example of direct probing memory in C?
>Anything would be greatly appreciated.
hey,
check out this site...
http://www.mega-tokyo.com/os/os-faq-mem ... mory_probe
it's also at the "Links" section of this site..
Ben Hsu
RE: Example of direct probing
Yeah, I've tried that one, but it just doesn't compile. Any other examples?
RE: Example of direct probing
>On 2001-11-24 01:20:26, Anonymous wrote:
>Yeah, I've tried that one, but it just doesn't compile. Any other examples?
Well,
On the Mega-Tokyo site, they've got a forum (if you look
at the very bottom of the FAQ menu's. And there is
a thread somewhere in that forum that talked about such
issue on gcc does not compile well with this code and some
people said something about using extended BIOS calls to
determine memory instead of direct probing... (the URL is
http://www.mega-tokyo.com/cgi-bin/yabb/ ... 1000675253
and check it out... maybe it would help.
Ben
>Yeah, I've tried that one, but it just doesn't compile. Any other examples?
Well,
On the Mega-Tokyo site, they've got a forum (if you look
at the very bottom of the FAQ menu's. And there is
a thread somewhere in that forum that talked about such
issue on gcc does not compile well with this code and some
people said something about using extended BIOS calls to
determine memory instead of direct probing... (the URL is
http://www.mega-tokyo.com/cgi-bin/yabb/ ... 1000675253
and check it out... maybe it would help.
Ben