tkchia / newlib-ia16

Fork of IA-16 port of Newlib -- added small and medium model support
GNU General Public License v2.0
13 stars 4 forks source link

Add basic implementation of stat() for DOS. #9

Closed bartoldeman closed 6 years ago

bartoldeman commented 6 years ago

I tested this with the example in the Linux stat man page: https://linux.die.net/man/2/stat the output looks correct for the fields that make sense.

DJGPP's stat() is more thorough (and supports links and LFNs) though it comes at the cost of bigger code. Could be another project (porting DJGPP libc to ia16-elf-gcc...).