Example of direct probing

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
Guest

Example of direct probing

Post by Guest »

Can someone give me a real primitive example of direct probing memory in C?
Anything would be greatly appreciated.
Ben Hsu

RE: Example of direct probing

Post 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
Guest

RE: Example of direct probing

Post by Guest »

Yeah, I've tried that one, but it just doesn't compile. Any other examples?
Ben Hsu

RE: Example of direct probing

Post 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
Post Reply