Add losetup to NSH

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1243 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-11-15 17:42:49 +00:00
parent d6aa80bbd0
commit c8f205d2c5
7 changed files with 239 additions and 54 deletions
+2 -1
View File
@@ -1195,7 +1195,8 @@ nuttx-0.3.18 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
into very small memory footprints.
* Added a block to character (BCH) driver. This is kind of the reverse of the loop
device; it allows you access a block device like a character device.
* NSH: Added 'dd' command
* NSH: Added the 'dd' command
* NSH: Added the 'losetup' command
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>