Hi,

So I am wondering how I can reserve a chunk of memory so that the system
won't touch it.
Currently, I am using this command in the configuration file to reserve
25G--30G:

entries.append(X86E820Entry(addr = 0x640000000,

                                    size = '5GB', range_type = 2))




But it looks like the system still puts instruction sets in this memory
space.

How can I avoid this?



Thanks,

Xijing Han
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to