Yes. In fact, I just checked and the size available for a User Application in the current ROM layout is exactly the size required by zpmldr.bin. Doing it this way is a good way to get this working quickly.
I saw your feature request in the RomWBW repository. I will take a look at doing this, but it is not trivial to allow a user to configure any OS desired as the ROM boot OS. I am overloaded right now, so it will be some time before I could look at the feature request.
I suggest you take a stab at using the User Application area for this. Let me know if I can answer any questions.
By the way, have you noticed the
ZPMLDR.COM application? You can run that from regular CP/M 2.2 and tell it to load ZPM3 from the ROM disk. That will allow you to work out the actual required contents of the ROM disk. At a minimum, you will need CPM3.SYS and
ZCCP.COM on there.
Thanks, Wayne