mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-23 04:43:10 +00:00
mc.mitm: add system_resource_size and disable_device_address_space_merge fields to npdm json to supress warnings
This commit is contained in:
parent
15ce645bd9
commit
7b6b0ce893
1 changed files with 6 additions and 4 deletions
|
@ -11,6 +11,8 @@
|
||||||
"pool_partition": 2,
|
"pool_partition": 2,
|
||||||
"is_64_bit": true,
|
"is_64_bit": true,
|
||||||
"address_space_type": 3,
|
"address_space_type": 3,
|
||||||
|
"system_resource_size": "0",
|
||||||
|
"disable_device_address_space_merge": true,
|
||||||
"filesystem_access": {
|
"filesystem_access": {
|
||||||
"permissions": "0xFFFFFFFFFFFFFFFF"
|
"permissions": "0xFFFFFFFFFFFFFFFF"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue