Create mmap_config_exple.json

This commit is contained in:
Joseph Faye 2023-11-21 11:04:39 +01:00 committed by GitHub
parent 150960f5eb
commit f39bc44f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"masters": [
{"name": "mmap_m1", "base": "0xa0000000", "size": "0x10000000"},
{"name": "mmap_m2", "base": "0xb0000000", "size": "0x10000000"}
],
"slaves": [
{"name": "mmap_s1", "base": "0xc0000000", "size": "0x10000000"},
{"name": "mmap_s2", "base": "0xd0000000", "size": "0x10000000"}
]
}