toc.ftr

来自「美国mit操作系统课程所用的一个教学操作系统xv6」· FTR 代码 · 共 15 行

FTR
15
字号
The source listing is preceded by a cross-reference that lists every defined constant, struct, global variable, and function in xv6.  Each entry gives,on the same line as the name, the line number (or, in a few cases, numbers)where the name is defined.  Successive lines in an entry list the linenumbers where the name is used.  For example, this entry:    swtch 2256        0311 1928 1962 2255        2256indicates that swtch is defined on line 2256 and is mentioned on five lineson sheets 03, 19, and 22.

⌨️ 快捷键说明

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