readme
来自「RTEMS (Real-Time Executive for Multiproc」· 代码 · 共 25 行
TXT
25 行
## # fsmount information## Author: Thomas Doerfler 02/07/2003## README,v 1.1 1999/07/09 17:23:15 joel Exp#fsmount.c contains the function fsmount. It processes the fs table given as an parameter to create the listed mount pointsand mount the corresponding file systems to their mount points.See "c/src/tests/samples/fileio" for a sample on how to use thisfunction.The field "report_reasons" specifies, what results of the mount pointcreation/mount operations should print to the console.The field "abort_reasons" specifies, what results of the mount pointcreation/mount operations should abort the function. Do not set the"abort_reasons" bit, unless you want to stop the processing of thefsmount table after the first successful mount.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?