-
I used a 16GB micro SD card in a SD card adapter and dd'ed the hd1k_combo.img to the SD card.
Using Linux on my RPi4:
```
sudo dd if=hd1k_combo.img of=/dev/sda bs=8M
6+1 records in
6+1 records …
-
I like your style (and I may borrow some of your ideas) but I was wondering if you knew that you can automatically link in relocatable object files using **.REQUEST** ?
e.g
```
.REQUEST CONIO…
-
@wwarthen I realised that I can use the CF card module from my RC2014 Z80 system on my SC126 Z180 system.
So I connected both the SD card (SD0) and the CF card (IDE0) and everything worked. By defa…
-
I note that the FAT command is using the RTC time and date to write files to the FAT32 file system on the SD card or CF card aka media.
This is problematic because modern computers may display the …
-
@wwarthen I was noticing that my text files were being corrupted with garbage 0x1A characters at the end of the file after transferring the text file from CP/M to FAT32.
I ran the following experim…
-
Hi Wayne, maybe a small typo in page 60, **SYSSET** Subfunction 0xF4 – Set Front Panel LEDs (PANEL), I think entry Parameter B should read **F9** instead of **F8** (F8 invokes **SYSGET** function). I …
-
Read Digital I/O settings at startup and use them to determine boot behavior.
Current proposal is:
Switch 0: Enable Autoboot
Switch 1: Swap Serial 0 &1
Switch 2-4: Select boot disk unit (0-7)
…
-
I am trying to get my CP/M system to work with cpmtools and IBM PC 1.44 MB floppies so I can transfer data that way. For the first files it works, but some files are located wrongly. I wonder why DPB_…
-
Is there interest in including additional non-os disks in the multi-image? It already contains a WordStar 4 disk, but in my fork I also added several disks of programming tools. If there is interest, …
-
RomWBW makes extensive use of escape characters. At the least CTRL-X is needed to cancel qterm transfers. CTRL-C and CTRL-Y are already mapped to dedicated keys. There is one more F* Key open at the l…