English 中文(简体)
向不同进程提出看法并加以利用?
原标题:Sendind pointers to different process and using them?

有可能通过Mach IPC将物体带入int,然后将其带回物体。 这一工作如何进行?

我想向一个不同的进程发出一个CAL门的反对。 我认为,我可以通过<>Mach IPC发送原始物体。

最佳回答

这赢得了一定的工作,因为点人对于他们所启动的进程具有特殊性。 如果你向另一个过程派出一个点子,如果你重新.,就会发现记忆无效。 如果你放弃,那将显示有效的记忆,但与你想要的完全不同的物体。

问题回答

暂无回答




相关问题
Write and test sub func

I m trying to write sub func for nachOS but when I combines it doesn t work. Don t know the reason. Details: In ../userprog/syscall.h Add : #define SC_Sub 11 int Sub(int a, int b); In ../test/ ....

Current Linux Kernel debugging techniques

A linux machine freezes few hours after booting and running software (including custom drivers). I m looking a method to debug such problem. Recently, there has been significant progress in Linux ...

How to debug driver load error?

I ve made a driver for Windows, compiled it and tried to start it via SC manager, but I get the system error from the SC manager API: ERROR_PROC_NOT_FOUND The specified procedure could not be found. ...

Configuring kernel

After create a new system call, how to update the kernel? I tried these lines, make-kpkg clean fakeroot make-kpkg -initrd -append-to-version=-custom kernel_image kernel_headers But Ubuntu asked me ...

What is the exact architecture/components of MinWin?

I ve always wanted a minimal windows NT build . Sounds like one s already there : MinWin. Can anyone tell me the exact design or architecture of MinWin and is it used in Windows 7 ? Windows Server ...

uniprocessor or multiprocessor

On unix, how could we know whether the system is multiprocessor or uniprocessor?

热门标签