8MGb CP/M
8MGb CP/M
So I tested the 8MGb CP/M and it works great, but I noticed a couple of things:
- The file copying process seems slower than standard CP/M
- When copying files using the * wildcard, the first file's name appears twice on the screen. It's a very minor issue with no real consequence, but I thought I'd mention it.
Overall very nice work indeed!
- The file copying process seems slower than standard CP/M
- When copying files using the * wildcard, the first file's name appears twice on the screen. It's a very minor issue with no real consequence, but I thought I'd mention it.
Overall very nice work indeed!
Re: 8MGb CP/M
The slow down could be because of the larger record sizes.Wmaalouli wrote: ↑Mon Oct 26, 2020 9:48 pmSo I tested the 8MGb CP/M and it works great, but I noticed a couple of things:
- The file copying process seems slower than standard CP/M
- When copying files using the * wildcard, the first file's name appears twice on the screen. It's a very minor issue with no real consequence, but I thought I'd mention it.
Overall very nice work indeed!
Milli
Re: 8MGb CP/M
One other thing: the file size is incorrectly reported by the STAT command.
I have made your 8meg CP/M image my main work image as it simplifies my life quite a bit by keeping all my development files in one place.
I have made your 8meg CP/M image my main work image as it simplifies my life quite a bit by keeping all my development files in one place.
Re: 8MGb CP/M
To tell the truth I’m not sure how - I really don’t understand the parameter blocks. I’m tempted to post all the source code so others ( you? ) can play with it.
Milli
Re: 8MGb CP/M
Normally the OS takes care of the size calculations like the extant number etc... so I have never messed with that.
The extant and number of records for the files appears to be correct, but the reported size is a little over double what it should be. Each record is 128 bytes, so its easy to manually calculate the real file size. I have no idea where in BDOS that calculation takes place...