python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
unable to share data using mmap sharedmemory between two processes
I have two pieces of code like this.
Sender:
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/mman.h>
#include <sys/wait.h...
user14239335
Votes: 0
Answers: 2
mmap() system call linux 32-bit x86 NASM(i386)
I am trying to use mmap for my code but I dont have a clue to choose the values to store in the registers in pre interrupt processing. I picked up below part of code from somewhere. I am trying to pri...
Mike
Votes: 0
Answers: 0