git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1814 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-05-22 12:48:05 +00:00
parent 33e14596ba
commit f00a7fe324
2 changed files with 61 additions and 53 deletions
+6 -3
View File
@@ -13,7 +13,7 @@
<h1><big><font color="#3c34ec"><i>NuttX Operating System<p>User's Manual</i></font></big></h1>
<p><small>by</small></p>
<p>Gregory Nutt<p>
<p>Last Updated: May 9, 2009</p>
<p>Last Updated: May 22, 2009</p>
</td>
</tr>
</table>
@@ -6037,8 +6037,11 @@ interface of the same name.
<p>
Any user supplied data or logic can be accessed via the pseudo-file system.
Built in support is provided for character and block drivers in the
<code>/dev</code> pseudo file system directory.
Built in support is provided for character and block
<a href="NuttxPortingGuide.html#DeviceDrivers">driver</a> <i>nodes</i> in the any
pseudo file system directory.
(By convention, however, all driver nodes should be in the <code>/dev</code>
pseudo file system directory).
</p>
<p><b>Mounted File Systems</b>