Date : Fri, 13 Aug 2010 20:09:21 +0100
From : jgh@... (J.G.Harston)
Subject: DOS filing system
Eelco Huininga wrote:
> I made some attempts of writing a DOS filing system. IRC correctly
> it used two sideways RAM banks, one for the DOS-FS and one as
> storage for the FAT table and directory map,
It wouldn't need to know anything about the FAT table and directory
map, all it would need to do is make whatever calls the emulator
makes to access the underlying DOS file system, and that looks after
everything.
JGH