From 75e3651a0c966dd9c667ac66c466415ccf3ad8e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Oct 1999 18:30:47 +0000 Subject: Added shell of chapters on implementation of miniIMFS and TFTP client filesystems. Moved system call chapter to before filesystem implementation requirements. --- doc/filesystem/filesystem.texi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/filesystem/filesystem.texi') 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 -- cgit v1.2.3