virt in A Sentence

    1

    HAX is working and emulator runs in fast Virt mode.

    0
    2

    SHR indicates how much of the Virt size is actually sharable(memory or libraries).

    0
    3

    This will Virtually always be less than the Virt size since most programs depend on the C library.

    0
    4

    Any page in this state is mapped to the kernel Zero Page(brilliant concept--you should look it up) so it shows up in Virt but doesn't actually consume any memory.

    0
    5

    For example, if a program only uses a few functions in a library, the whole library is mapped and will be counted in Virt and SHR, but only the parts of the library file containing the functions being used will actually be loaded in and be counted under RES.

    0