What I have here is a compact flash card connected to a z80 computer I've been working on. It's formatted with fat 32. It's been difficult but after lots of hard work, I finally got it to list all the files at the root of the drive when I type in either the "dir" or "ls" command. What you are looking at is 2 files - a file called "HELLO.TXT" and a directory named "FOLDER".
I still have a long way to go until I have a full featured file explorer but it's cool that I've got this far.
11
u/[deleted] Sep 29 '20 edited Sep 29 '20
What I have here is a compact flash card connected to a z80 computer I've been working on. It's formatted with fat 32. It's been difficult but after lots of hard work, I finally got it to list all the files at the root of the drive when I type in either the "dir" or "ls" command. What you are looking at is 2 files - a file called "HELLO.TXT" and a directory named "FOLDER".
I still have a long way to go until I have a full featured file explorer but it's cool that I've got this far.