1 | \input texinfo @c -*-texinfo-*- |
---|
2 | @c %**start of header |
---|
3 | @setfilename filesystem |
---|
4 | @syncodeindex vr fn |
---|
5 | @synindex ky cp |
---|
6 | @paragraphindent 0 |
---|
7 | @c @smallbook |
---|
8 | @c %**end of header |
---|
9 | |
---|
10 | @c |
---|
11 | @c COPYRIGHT (c) 1988-1998. |
---|
12 | @c On-Line Applications Research Corporation (OAR). |
---|
13 | @c All rights reserved. |
---|
14 | @c |
---|
15 | @c $Id$ |
---|
16 | @c |
---|
17 | |
---|
18 | @c |
---|
19 | @c Master file for the Filesystem Design Guide |
---|
20 | @c |
---|
21 | |
---|
22 | @include ../common/setup.texi |
---|
23 | |
---|
24 | @ignore |
---|
25 | @ifinfo |
---|
26 | @format |
---|
27 | START-INFO-DIR-ENTRY |
---|
28 | * RTEMS Filesystem Design Guide: |
---|
29 | END-INFO-DIR-ENTRY |
---|
30 | @end format |
---|
31 | @end ifinfo |
---|
32 | @end ignore |
---|
33 | |
---|
34 | @c |
---|
35 | @c Title Page Stuff |
---|
36 | @c |
---|
37 | |
---|
38 | @set edition @value{RTEMS-EDITION} |
---|
39 | @set version @value{RTEMS-VERSION} |
---|
40 | @set update-date @value{RTEMS-UPDATE-DATE} |
---|
41 | @set update-month @value{RTEMS-UPDATE-MONTH} |
---|
42 | |
---|
43 | @c |
---|
44 | @c I don't really like having a short title page. --joel |
---|
45 | @c |
---|
46 | @c @shorttitlepage RTEMS Filesystem Design Guide |
---|
47 | |
---|
48 | @setchapternewpage odd |
---|
49 | @settitle RTEMS Filesystem Design Guide |
---|
50 | @titlepage |
---|
51 | @finalout |
---|
52 | |
---|
53 | @title RTEMS Filesystem Design Guide |
---|
54 | @subtitle Edition @value{edition}, for RTEMS @value{version} |
---|
55 | @sp 1 |
---|
56 | @subtitle @value{update-month} |
---|
57 | @author On-Line Applications Research Corporation |
---|
58 | @page |
---|
59 | @include ../common/cpright.texi |
---|
60 | @end titlepage |
---|
61 | |
---|
62 | @c This prevents a black box from being printed on "overflow" lines. |
---|
63 | @c The alternative is to rework a sentence to avoid this problem. |
---|
64 | |
---|
65 | @include preface.texi |
---|
66 | @include basefs.texi |
---|
67 | @include applayering.texi |
---|
68 | @include patheval.texi |
---|
69 | @include init.texi |
---|
70 | @include mounting.texi |
---|
71 | @include lifecycle.texi |
---|
72 | @ifinfo |
---|
73 | @node Top, Preface, (dir), (dir) |
---|
74 | @top filesystem |
---|
75 | |
---|
76 | This is the online version of the RTEMS Filesystem Design Guide. |
---|
77 | |
---|
78 | @menu |
---|
79 | * Preface:: |
---|
80 | * Base File System:: |
---|
81 | * Applications and Functional Layering:: |
---|
82 | * Pathname Evaluation:: |
---|
83 | * System Initialization:: |
---|
84 | * Mounting and Unmounting File Systems:: |
---|
85 | * File System Lifecycle:: |
---|
86 | * Command and Variable Index:: |
---|
87 | * Concept Index:: |
---|
88 | @end menu |
---|
89 | |
---|
90 | @end ifinfo |
---|
91 | @c |
---|
92 | @c |
---|
93 | @c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here |
---|
94 | @c |
---|
95 | |
---|
96 | @node Command and Variable Index, Concept Index, , Top |
---|
97 | @unnumbered Command and Variable Index |
---|
98 | |
---|
99 | There are currently no Command and Variable Index entries. |
---|
100 | |
---|
101 | @c @printindex fn |
---|
102 | |
---|
103 | @node Concept Index, , Command and Variable Index, Top |
---|
104 | @unnumbered Concept Index |
---|
105 | |
---|
106 | There are currently no Concept Index entries. |
---|
107 | @c @printindex cp |
---|
108 | |
---|
109 | @contents |
---|
110 | @bye |
---|
111 | |
---|