summaryrefslogtreecommitdiffstats
path: root/doc/filesystem/filesystem.texi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-28 18:30:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-28 18:30:47 +0000
commit75e3651a0c966dd9c667ac66c466415ccf3ad8e9 (patch)
tree40ae4d68c5b21d10c157ebc6ff1cf683be4a410f /doc/filesystem/filesystem.texi
parentchanged version to 19991028 (diff)
downloadrtems-75e3651a0c966dd9c667ac66c466415ccf3ad8e9.tar.bz2
Added shell of chapters on implementation of miniIMFS and TFTP client
filesystems. Moved system call chapter to before filesystem implementation requirements.
Diffstat (limited to '')
-rw-r--r--doc/filesystem/filesystem.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/filesystem/filesystem.texi b/doc/filesystem/filesystem.texi
index 7c803d3bd9..107f8d1bd1 100644
--- a/doc/filesystem/filesystem.texi
+++ b/doc/filesystem/filesystem.texi
@@ -66,9 +66,11 @@ END-INFO-DIR-ENTRY
@include patheval.texi
@include init.texi
@include mounting.texi
+@include syscalls.texi
@include fsrequirements.texi
@include imfs.texi
-@include syscalls.texi
+@include miniimfs.texi
+@include tftp.texi
@ifinfo
@node Top, Preface, (dir), (dir)
@top filesystem
@@ -80,9 +82,11 @@ This is the online version of the RTEMS Filesystem Design Guide.
* Pathname Evaluation::
* System Initialization::
* Mounting and Unmounting Filesystems::
+* System Call Development Notes::
* Filesystem Implementation Requirements::
* In-Memory Filesystem::
-* System Call Development Notes::
+* Miniature In-Memory Filesystem::
+* Trivial FTP Client Filesystem::
* Command and Variable Index::
* Concept Index::
@end menu