diff options
Diffstat (limited to 'src/framework')
-rw-r--r-- | src/framework/lib_common_mem/common_buf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/framework/lib_common_mem/common_buf.c b/src/framework/lib_common_mem/common_buf.c index 897445a..7bc6fc4 100644 --- a/src/framework/lib_common_mem/common_buf.c +++ b/src/framework/lib_common_mem/common_buf.c @@ -124,6 +124,8 @@ nscomm_pal_module_init (common_mem_pal_module_info * pinfo, u8 app_mode) { sprintf (name, "dmm_app_%ld", (long) getpid ()); PARA2_SET (argv, tempargv, agindex, "--file-prefix", name); + PARA1_SET (argv, tempargv, agindex, "--no-pci"); + // TODO: the size of the memory should not be fixed PARA2_SET (argv, tempargv, agindex, "-m", "32"); } |