Penguin

Differences between version 2 and predecessor to the previous major change of MinixFS.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, October 20, 2003 2:05:45 pm by StuartYeates Revert
Older page: version 1 Last edited on Thursday, November 14, 2002 6:02:22 pm by PerryLorier Revert
@@ -1,8 +1,8 @@
-The Minix file system was the file system used by [Minix], and was described in "Operating Systems: Their design and implementation". 
+The Minix FileSystem was the file system used by [Minix], and was described in "Operating Systems: Their design and implementation" by AndrewTannenbaum
  
 The Minix file system had a number of limitations: 
 * It couldn't address partitions larger than 64mb 
 * It had a maximum limit of 32 chars on filenames 
-etc 
+* etc 
  
-the Minix File system was used a lot on floppies where it's overhead was low. 
+The Minix File system was used a lot on floppies where it's overhead was low. It's design also leant itself to being a file within the FileSystem of the host OperatingSystem when Minix was run as a process within another OperatingSystem