Use custom nOS-V shared memory name
This commit is contained in:
parent
07d9313064
commit
221f21b776
@ -2,7 +2,7 @@
|
|||||||
[shared_memory]
|
[shared_memory]
|
||||||
# Name of the shared memory section. This can be leveraged to create two separate nOS-V instances
|
# Name of the shared memory section. This can be leveraged to create two separate nOS-V instances
|
||||||
# in the same system. Generally this has to remain unchanged
|
# in the same system. Generally this has to remain unchanged
|
||||||
name = "nosv"
|
name = "nosv-ovni"
|
||||||
# Size of the shared memory section. Choose powers of two
|
# Size of the shared memory section. Choose powers of two
|
||||||
size = "2G"
|
size = "2G"
|
||||||
# Start of the shared memory mapping
|
# Start of the shared memory mapping
|
||||||
|
Loading…
Reference in New Issue
Block a user