From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre AUBERT Date: Tue, 12 Nov 2002 17:33:38 +0100 Subject: [U-Boot-Users] PATCH: Add support for booting file from dos diskettes Message-ID: <3DD12D62.9030638A@staubli.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, You will find attached a patch that add the support of the dos diskette. It adds commands to boot a file from a dos diskette or from a subdirectory of a dos diskette and to list content from dos diskette. fdosboot [offset] [filename]: boot a file from a dos diskette or from a subdirectory of the diskette. If the offset isn't specified, the file name must start wit the character " (as for the tftpboot command). The path of the filename is specified using the / as separator between directorie names. fdosls [dir]: list the content of the dos diskette or of a subdirectory. These two commands are embedded into U-Boot if CFG_CMD_FDOS is defined in CONFIG_COMMANDS. The handling of the dos filesystem is inspired from mtools. CHANGELOG: * Patch by Pierre Aubert , 12 Nov 2002 Add support of dos diskettes. Best regards. -------------- next part -------------- A non-text attachment was scrubbed... Name: fdos.patch.gz Type: application/octet-stream Size: 14369 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20021112/184f7bcb/attachment.obj