readme.kmore

来自「fsmlabs的real time linux的内核」· KMORE 代码 · 共 9 行

KMORE
9
字号
Read a file into kernel space - this example only reads in the first 4Kthis may be usefull to store configurations for rt-tasks in regular filesand let the rt-thread read them directly from kernel space via some non-rthandler to access the file (don't try this from within an rt-thread...)kmore.o: kernel module that read a src file passed on the commandline as module         parameter and then dumps it via printk - totaly useless ;) 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?