Execute a program in kernel space in Linux

后端 未结 6 1633
难免孤独
难免孤独 2021-01-02 23:45

If I want to execute a user program (not a kernel module) in Linux kernel space, what options do I have?

I have looked at KML(kernel mode linux) but that is specific

6条回答
  •  鱼传尺愫
    2021-01-03 00:42

    Take a look at FemtoLinux. Basically, it is a KML for embedded systems and embedded processors such as ARM and MIPS

提交回复
热议问题