user 영역 프로그래밍 에서 sysinfo() 로 몇가지 시스템 정보를 가져 올수 있는데.
디바이스 드라이버(kernel 영역)에서도 가져올 수 있는 함수가 있는지 궁금하네요..
실제 사용자프로그램에서 sysinfo();를 호출하면 커널단에서 아래의 함수가 호출됩니다. int sys_sysinfo(struct sysinfo *info);
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
실제
실제 사용자프로그램에서 sysinfo();를 호출하면 커널단에서 아래의 함수가 호출됩니다.
int sys_sysinfo(struct sysinfo *info);
댓글 달기