Differences between version 4 and predecessor to the previous major change of MinixFS.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Monday, May 15, 2006 12:29:43 pm | by CraigBox | Revert |
Older page: | version 1 | Last edited on Thursday, November 14, 2002 6:02:22 pm | by PerryLorier | Revert |
@@ -1,8 +1,12 @@
-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.
+
+----
+CategoryFileSystem %%%
+CategoryInodeFileSystem