VirtualBox

vbox的更動 17372 路徑 trunk/src/VBox/VMM/MMPhys.cpp


忽略:
時間撮記:
2009-3-5 上午02:34:09 (16 年 以前)
作者:
vboxsync
訊息:

PGM,MM: Made VBOX_WITH_NEW_PHYS_CODE compile and link.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/MMPhys.cpp

    r17251 r17372  
    4040#include <iprt/assert.h>
    4141#include <iprt/string.h>
    42 
    43 
    44 /**
    45  * Get the size of the base RAM.
    46  * This usually means the size of the first contigous block of physical memory.
    47  *
    48  * @returns The guest base RAM size.
    49  * @param   pVM         The VM handle.
    50  * @thread  Any.
    51  */
    52 VMMR3DECL(uint64_t) MMR3PhysGetRamSize(PVM pVM)
    53 {
    54     return pVM->mm.s.cbRamBase;
    55 }
    5642
    5743#ifndef VBOX_WITH_NEW_PHYS_CODE
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette