Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
linux/memblock.hヘッダーに関数memblock_phys_mem_sizeがありますが、カーネルからエクスポートされないため、モジュールでは使用できません。
RAM サイズを特定する別の方法はありますか?
次の記号を使用します。
$ grep EXPORT_SYMBOL mm/*.c | grep total mm/highmem.c:EXPORT_SYMBOL(totalhigh_pages); mm/page_alloc.c:EXPORT_SYMBOL(totalram_pages);