search for: max_open_dir

Displaying 1 result from an estimated 1 matches for "max_open_dir".

2008 Nov 27
1
RFC: COMBOOT API directory calls
...number (0 = structure free) dir_offset resd 1 ; Current position within dir_sector dir_sector_start resd 1 ; Starting sector number (for rewinddir() resd 1 ; Unused; for alignment/future use endstruc If I create a new array Dirs, I would think that it should be sized by another constant MAX_OPEN_DIR, defined by MAX_OPEN_DIR_LG2, which should be less than MAX_OPEN_LG2. I'm thinking around 4 (=16 directories; =256 Bytes) for now. I have a feeling that what I'm embarking on may cause issues with non-ASCII character sets (on the console or in the filesystem) down the road, especially whe...