Page 1 of 1
Example of direct probing
Posted: Fri Nov 23, 2001 12:00 am
by Guest
Can someone give me a real primitive example of direct probing memory in C?
Anything would be greatly appreciated.
RE: Example of direct probing
Posted: Fri Nov 23, 2001 12:00 am
by Ben Hsu
>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
RE: Example of direct probing
Posted: Sat Nov 24, 2001 12:00 am
by Guest
Yeah, I've tried that one, but it just doesn't compile. Any other examples?
RE: Example of direct probing
Posted: Sun Nov 25, 2001 12:00 am
by Ben Hsu
>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