Counting memory
Posted: Thu Jul 19, 2001 12:36 pm
According to:
http://www.mega-tokyo.com/os/os-faq-mem ... mory_probe
it uses two functions inb() and outb(). where are those functions defined? I do not want to include any header file from /usr/include or library. is there a way to still do it? and G++ complains about ULONG USHORT UCHAR saying that ANSI C++ prohibits usage of these...what to use then? unsigned char?
http://www.mega-tokyo.com/os/os-faq-mem ... mory_probe
it uses two functions inb() and outb(). where are those functions defined? I do not want to include any header file from /usr/include or library. is there a way to still do it? and G++ complains about ULONG USHORT UCHAR saying that ANSI C++ prohibits usage of these...what to use then? unsigned char?