I have a set of code which was earlier running on some other OS where everything runs in supervisor mode.
Now I am porting it to linux. In the code there are hardcoded address which touches the PCI device mem. I don't want to modify the code.
I want this process to be run in kernel mode so that it can access the PCI mem.
I have a set of code which
I have a set of code which was earlier running on some other OS where everything runs in supervisor mode.
Now I am porting it to linux. In the code there are hardcoded address which touches the PCI device mem. I don't want to modify the code.
I want this process to be run in kernel mode so that it can access the PCI mem.