ali saeedi <ali.saeed...@gmail.com> writes: > Hello > What does TARGET_PAGE_BITS mean in qemu code?
It's the page size of the target. e.g. TARGET_PAGE_BITS 12 1 << 12 = 4096 = 4k pages > thanks a lot -- Alex Bennée
ali saeedi <ali.saeed...@gmail.com> writes: > Hello > What does TARGET_PAGE_BITS mean in qemu code?
It's the page size of the target. e.g. TARGET_PAGE_BITS 12 1 << 12 = 4096 = 4k pages > thanks a lot -- Alex Bennée