[syslinux] [PATCH 1/1] COM32: Add stub functions for directories

Keith Schincke keith.schincke at gmail.com
Tue Oct 28 19:39:55 PDT 2008


Hey Gene,

Are you going to be mostly POSIX with the way your functions work?
Are you going to add mkdir(), rmdir(), rewinddir() and fchdir()?
What file systems are you wanting to support? FAT or ext2 also?
opendir() can be quickly written with a statically sized open DIR* handle
table.


Keith


On Tue, Oct 28, 2008 at 6:24 PM, Gene Cumm <gene.cumm at gmail.com> wrote:

> From: Gene Cumm <gene.cumm at gmail.com>
>
> The following files add stub functions for common directory
> operations.  These all return in an error state to indicate to the
> program using these functions that the operation can not be performed.
>
> Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
>
>



More information about the Syslinux mailing list