diff options
author | Robert Morris <[email protected]> | 2019-07-23 11:14:10 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2019-07-23 11:14:10 -0400 |
commit | 55bc96d4190e40704fb5e447cef9597b08b8f088 (patch) | |
tree | c418a737973e8f4371fb9c9d488ecb988db87d36 /toc.ftr | |
parent | b8a31c494cb535d9eb3e4c1971c4c9020c27c239 (diff) | |
download | xv6-labs-55bc96d4190e40704fb5e447cef9597b08b8f088.tar.gz xv6-labs-55bc96d4190e40704fb5e447cef9597b08b8f088.tar.bz2 xv6-labs-55bc96d4190e40704fb5e447cef9597b08b8f088.zip |
a few core -> CPU
get rid of PDF generating support
Diffstat (limited to 'toc.ftr')
-rw-r--r-- | toc.ftr | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toc.ftr b/toc.ftr deleted file mode 100644 index 0061c1d..0000000 --- a/toc.ftr +++ /dev/null @@ -1,13 +0,0 @@ - - -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 line -numbers where the name is used. For example, this entry: - - swtch 2658 - 0374 2428 2466 2657 2658 - -indicates that swtch is defined on line 2658 and is mentioned on five lines -on sheets 03, 24, and 26. |