Paul Osmialowski
Paul Osmialowski
One more thing `ktcp` lacks. Similarly to `slattach` it should have ability to specify baud rate. Two steps procedure (`stty` first, then `ktcp`) has proven error prone.
+1 on the most wanted feature
As I wrote in the other ticket: I've got Spectranet device attached to my +3e machine, yet it has its firmware jumper-disabled (as it makes it impossible to boot any...
> Looks doable providing the spectranet handles the +3 memory map correctly (ie it pages in over the ROM if the ROM low memory range is triggered, not just if...
When Spectranet emulation is enabled along with Spectranet ROM disabled, +3 BASIC's `PRINT IN 827` prints current border value (values range 0-7) on FUSE emulator. It prints border value AND...
To move further, I had to depart from safe shores of ZX BASIC and go straight to the assembly. So I did some experiments using my own small OS. And...
This experiment inspired me to create FID driver for CP/M. It enables use of on-board extra RAM as a ramdisk. Can be downloaded from here: https://sourceforge.net/projects/spectramfid
Some news related to this one. I was corrected by @ZXGuesser regarding assumed inability to boot Fuzix with all of the Spectranet's on-board jumpers set to 'enable'. Although fully enabled...
The boot hack above is not needed. I finally managed to prepare CP/M's FID driver that initializes Spectranet device which has both of the 'disable' jumpers closed. This driver (spectran)...
Wow, these changes look impressive. I've got some preliminary work started on supporting the network interface of dk-tm4c129x which seems to be easily accessible, yet it looks like I need...