How to get SystemMemorySize?

View: New views
1 Messages — Rating Filter:   Alert me  

How to get SystemMemorySize?

by Deepak Madhusudan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,
 In linux driver in order to get the system memory size we can get it using
the following call.
   struct sysinfo si;
   si_meminfo(&si);
   return (si.tatotalram);
Is there any similar call in freebsd to get the following
information.Currently i am using freebsd 6.3.Please let me know.

Thanks and regards,
Deepak
_______________________________________________
freebsd-drivers@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-drivers
To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..."