Added shell of chapters on implementation of miniIMFS and TFTP client

filesystems.  Moved system call chapter to before filesystem
implementation requirements.
This commit is contained in:
Joel Sherrill
1999-10-28 18:30:47 +00:00
parent b502b0d1b1
commit 75e3651a0c
5 changed files with 50 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
@chapter In-Memory Filesystem
This chapter describes the In-Memory Filesystem (IMFS). The IMFS is a
This chapter describes the In-Memory FileSystem (IMFS). The IMFS is a
full featured POSIX filesystem that keeps all information in memory.
@section IMFS Per Node Data Structure