readme.kcp

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

KCP
9
字号
copy a file from within kernel space - directly managing file from withinkernel space is not very elegant but somtimes something usefull - especiallas rt-threads operate in kernel space and geting some user-space instance tocopy/move/manipulate files on behalf of a rt-thread could be even uglier...kcp.o: simply kernel module that copies the src file to dst file in kernel       mode using the filesystem specific methods provided by VFS

⌨️ 快捷键说明

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