我是内核编程的新手,正在尝试在linux内核3.19中实现一个系统调用,它可以跟踪链表中的进程。因此,每次从用户空间(通过某个包装器函数)调用系统调用时,必须将一个新进程添加到该列表中。我的系统调用看起来像这样{ * mytasks is the name of the structurehave put list_head struct in my own structure to make
如果我在power shell中运行命令"python“(我的机器将Windows 10作为操作系统),它就能正常工作。实际上,我在系统变量的路径变量中添加了d python。FILE_NAME.sh: line 48: python: command not found
当我试图在文件中运行python时,他似乎无法从系统变量中识别/检索它,这在我看来是非常奇怪的。