joexbayer / RetrOS-32

A x86 32bit Hobby Operatingsystem with graphics, multitasking, networking and 32bit C-Compiler for i386 architecture.
MIT License
385 stars 12 forks source link

FAT16: cannot open directories, always wants to open a "entry". #72

Open joexbayer opened 1 year ago

joexbayer commented 1 year ago

Can be fixed by given the identifier an index of -1 if the target is the directory itself. However, this means we need to change the type of the identifier index from unsigned to signed.