nkeck720 / nos

A command-line based OS written in FASM syntax for i386 and above.
GNU General Public License v2.0
9 stars 5 forks source link

DIR command does not go past first file entry #43

Closed nkeck720 closed 7 years ago

nkeck720 commented 7 years ago

The DIR command does not list anything past the very first file, in this case INT21: virtualbox_nos_18_10_2016_17_23_54

On this disk are two files, INT21 and the test file "text". The second listing in the FSB seems to "get lost". Will work on this when I get the time.

nkeck720 commented 7 years ago

I don't see anything with the code that is specifically wrong. Will need to do some debugging to find a fix for this.

nkeck720 commented 7 years ago

Testing of the fix is now in progress.

nkeck720 commented 7 years ago

This issue has successfully been fixed.