I assume you mean "SC794", and that you are running RomWBW.Hopefully, Wayne will chime-in here with the authoritative answer, but I'm pretty sure the CF driver for RomWBW has a hard-coded number of partitions. The various data structures needed by CP/M are probably not dynamically allocated. I have not found the specific parts of the code that do this, but I suspect there is a configuration parameter that specifies the number of partitions, and that it defaults to 8. Be aware, especially for large drives like these, that each drive consumes more memory and likely reduces the TPA (memory available for programs). But my guess is that you would have to change the configuration parameter(s), recompile RomWBW, and burn a new image into your EEPROM. It is possible that going beyond 8 partitions requires more changes to the source code.
--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/retro-comp/e7d1de0b-6c0e-4feb-9aeb-673cd2b1f3f5n%40googlegroups.com.
Re:PROFILE.SUB - I've been botting from RomWBW via the C or Z command; that means that my system disk (B:) is a ROM (FLASH) drive, correct? If so, can I add/modify a PROFILE.SUB by setting the write enable on the memory card (SC721) and ed b:PROFILE.SUB?
bs=1M vs 8M. Originally I was using 8M, but I noticed 1M in chapter 6, example 3 of the RomWBW when I first encountered the issue and was frailing about ;)