summaryrefslogtreecommitdiff
path: root/toc.ftr
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-07-23 11:14:10 -0400
committerRobert Morris <[email protected]>2019-07-23 11:14:10 -0400
commit55bc96d4190e40704fb5e447cef9597b08b8f088 (patch)
treec418a737973e8f4371fb9c9d488ecb988db87d36 /toc.ftr
parentb8a31c494cb535d9eb3e4c1971c4c9020c27c239 (diff)
downloadxv6-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.ftr13
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.