Displaying 1 result from an estimated 1 matches for "max_open_dir_lg2".
2008 Nov 27
1
RFC: COMBOOT API directory calls
...ee)
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 when the two are different, but...