Re: [Freedos-devel] Porting the FAT filesystem (16)
Hi Enrico, > The function works if I rewrite get_f_node() in the following way: ... > for(i = 0; i < NFILES; i++) ... > if(f_nodes[i].f_count == 0) ... > return &f_nodes[i]; ... > This was the implementation present in the source tree four years ago. The difference in the c
[Freedos-devel] Porting the FAT filesystem (16)
Hi guys, during the weekendd I made some tests in my port, and wanted to report the results. - 1. dos_mkdir(), dos_rmdir(), dos_delete() - All these fun