Re: DOS/65 ROM version 3.02 up and running!
Posted: Fri Oct 28, 2022 1:41 am
Yes, I noticed that some time ago... and posted it recently here:
viewtopic.php?f=2&t=7337#p95951
If you're interested in porting V3, I can probably save you some time
I've been working on a RAM based Version using my 3.04 as a base. I decided to call it version 3.10. The only things you'll need to change are some SIM bits for the CRC65, or use your own. There's a main file and the the 3 modules as separate files: CCM, PEM, SIM. Note that it's not in a sysgen file. This version also uses CMOS instructions and addressing modes, so be sure those are enabled for your assembler.
I've been running it for a bit...configured for 8 drives at 8MB each. As I'm also working on a partition record and the ability to have multiple bootable partitions, there is a 16-byte load header at the start of the code. You can drop that if you don't need it. Other than that, there's a couple include files for routines and pointers for my BIOS/Monitor that DOS/65 uses, but those can easily be replaced for the CRC65.
Total space for the Boot Image is 10KB, which includes the 4KB for the drive allocation maps. You just jump to SIM to make it go. Have fun!
viewtopic.php?f=2&t=7337#p95951
If you're interested in porting V3, I can probably save you some time
I've been working on a RAM based Version using my 3.04 as a base. I decided to call it version 3.10. The only things you'll need to change are some SIM bits for the CRC65, or use your own. There's a main file and the the 3 modules as separate files: CCM, PEM, SIM. Note that it's not in a sysgen file. This version also uses CMOS instructions and addressing modes, so be sure those are enabled for your assembler.
I've been running it for a bit...configured for 8 drives at 8MB each. As I'm also working on a partition record and the ability to have multiple bootable partitions, there is a 16-byte load header at the start of the code. You can drop that if you don't need it. Other than that, there's a couple include files for routines and pointers for my BIOS/Monitor that DOS/65 uses, but those can easily be replaced for the CRC65.
Total space for the Boot Image is 10KB, which includes the 4KB for the drive allocation maps. You just jump to SIM to make it go. Have fun!