malloc()한 논리주소를 물리주소로 바꾸고 싶은데요...

ukyoukyo의 이미지


malloc()한 논리주소를 물리주소로 바꾸고 싶습니다.

void* buf = malloc( 1024 * 1024 ); // 1메가 할당
 
printf("Address of buf = 0x%X\n", buf);

위와 같은 경우에는 화면에 buf 변수의 논리주소가 찍히는걸로 알고 있는데요,

이놈의 물리주소를 어떻게 알 수 있나요?

drinkme의 이미지

malloc으로 받은 그 주소가
물리메모리에 존재한다고 확신할 수 있나요?

상황에 따라 그 memory는 swapping 되기도 하고 그러지 않을까요?

ukyoukyo의 이미지

지적 감사합니다.

Linux에 swapoff()라는 내장함수가 있더군요.

그걸 이용해서 swap size는 zero로 만든 이후에

위와 같이 할당했을때의 조건입니다.

이렇게하면 진짜로 물리 메모리에 allocating하지 않을까요?

------------------ System programmer...^^


------------------ System programmer...^^

박영만의 이미지

재미있네요. 좋은 정보 감사합니다. :)

poplinux의 이미지

malloc() 사용할 경우 메모리가 한군데 뭉쳐 있을 거라는 보장이 없습니다.

mmap() 등을 사용해야 하지 않을까요?

========================
조직 : E.L.D(Embedded Linux Developer/Designer)
블로그 : poplinux@tistory.com
카페 : cafe.naver.com/poplinux

임베디드 리눅스 관련 프리렌서 지향

barrios의 이미지

User에서 매핑된 주소는 물리 주소 어느곳으로 매핑되는지 user level에서는 알 수 없습니다.

커널에 매핑된 주소, 단 high memory의 page가 아니라면 x86과 같은 경우 간단한 계산으로 알 수 있지만, user에 매핑된 page의 주소는 별도의 드라이버(자체적으로 만들지 않는 한)의 도움 없이는 알 수 없습니다.

아..그리고 swapping out과는 관계 없습니다. :) swapping out이 되었다고 해서 user에
매핑된 주소가 변경되지는 않습니다. ^^;

단지 page table entry의 값이 변경될 뿐이고, 그때 발생하는
fault는 application transparent하게 kernel이 handling하게 되는데요..

두서없이 말이 길어지네요.
결론적으로 알수 없습니다. 그런데 왜 physical memory address를 알려고 하시는거죠?
Hacking?? ^O^

ukyoukyo의 이미지

그렇다면 page table 같은것을 별도로 만들고 그것을 통해서 참조하는 방식을 써야하나요?

virt_to_phys() 이런 커널함수는 있던데,

이런 놈들을 user level에서 include 하여 쓸 순 없는건가요?

------------------ System programmer...^^


------------------ System programmer...^^

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.