[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question on ProDOS SmartPort drive remapping
On Dec 6, 5:28 pm, demp...@actrix.gen.nz (David Empson) wrote:
> Watch out for the 7 volume limit on the original Apple SCSI card. You
> might run into problems with the 110 volume limit on the High-Speed card
> if you have a 1 GBish drive and 800 KB partitions.
I worked out the ideal platform to test my code on. Kegs running on
Linux with 10+ drives in slot 7, 2 drives in slot 6 and 2 drives in
slot 5. It fills out the drive table with $FD08 vectors quite nicely.
Should the drive re-mapper program be:
1) A ProDOS system program requiring you to exit what you are doing
before running it.
2) A Binary program you can run from BASIC.SYSTEM
3) An Applesoft program with some 6502 code to read the Language card.
I might prototype it in BASIC first.