accessing physical memory from linux kernel

后端 未结 3 1109
别跟我提以往
别跟我提以往 2021-01-04 20:15

Can we access any physical memory via some kernel code.? Because, i wrote a device driver which only had init_module and exit_module.. the code is following.



        
3条回答
  •  一个人的身影
    2021-01-04 20:47

    I suggest reading the chapter about memory in this book:

    http://lwn.net/Kernel/LDD3/

    It's available online for free. Good stuff!

提交回复
热议问题