From 221f21b7769ba629a131a3874778cbe6fe2ccc9f Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 7 Oct 2022 11:25:31 +0200 Subject: [PATCH] Use custom nOS-V shared memory name --- test/rt/nosv/nosv.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rt/nosv/nosv.toml b/test/rt/nosv/nosv.toml index 809dda3..435ece1 100644 --- a/test/rt/nosv/nosv.toml +++ b/test/rt/nosv/nosv.toml @@ -2,7 +2,7 @@ [shared_memory] # 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 - name = "nosv" + name = "nosv-ovni" # Size of the shared memory section. Choose powers of two size = "2G" # Start of the shared memory mapping