Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread r cs
Thanks. On Linux you never know where the hints will pay off! rcs On Wed, Jan 1, 2020 at 7:36 PM Kevin Becker wrote: > I found the info below in my notes for building VirtualT on Fedora. I > believe it was Fedora 29 at the time I made the notes. My current > machines are Fedora 31 and runnin

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread r cs
SA: CP/M too would be very cool! Are there references to it on the Bitchin100 site or is it someplace else? Keep us posted with details on your build please. Thanks, rcs On Wed, Jan 1, 2020 at 6:29 PM Stephen Adolph wrote: > REXCPM is an M100/T102 add on that provides p to 4 MB of switchabl

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread r cs
bkw: Thanks, I'll try that! rcs On Wed, Jan 1, 2020 at 6:13 PM Brian K. White wrote: > Someone already copied it to github, and that's the copy I tried to build. > > The current/last compiled VirtualT still works on linux. That's why I > didn't try too hard to build it. I just used the pre-bui

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread John R. Hogerhuis
" I'm about to build a pile of them. Will update with progress. " Good news! Congrats on the progress :-) -- John.

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread Kevin Becker
I found the info below in my notes for building VirtualT on Fedora. I believe it was Fedora 29 at the time I made the notes. My current machines are Fedora 31 and running Wayland and I get some errors about missing X libraries when trying to build fltk at the moment. http://ijg.org/files/jpe

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread Stephen Adolph
REXCPM is an M100/T102 add on that provides p to 4 MB of switchable RAM in both OPTROM and std RAM memory. The internal RAM gets disabled in the process. It is capable of all of REX functions plus it supports CP/M. In fact it is faster then REX.. no need for ram copiesswitch instead. It is

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread Brian K. White
Someone already copied it to github, and that's the copy I tried to build. The current/last compiled VirtualT still works on linux. That's why I didn't try too hard to build it. I just used the pre-built one. I was just trying to use it to test my bootstrap updates to dlplus for machines I don

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread John R. Hogerhuis
Probably a first step is getting it into GitHub and then we can clean up the build and README. I assume Ken will chime in with what he wants. I've never failed to build it under Linux when I try but there are always issues of installing dev libraries and setting defines. -- John. On Wed, Jan 1,

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread r cs
Does anyone have a Linux binary of VirtualT that still works? I put Windows on a laptop just so I could run it, but I really live under Linux. Happy 0x7E4, rcs On Wed, Jan 1, 2020 at 4:44 PM Brian White wrote: > I failed to build it the other day using the latest version of fltk, so it > may n

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread r cs
When I went to build VirtualT under Linux some moons ago I got some advice off this list about what older version of FLTK to use, but I haven't gotten back to that yet. I can go find it later if it's not immediately obvious in the archives (I haven't posted much here yet). I didn't explore the Wi

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread Josh Malone
I tried in vain to build VT with FTLK 2 some time last year or so and it looked to be decidedly non-trivial. :( On Wed, Jan 1, 2020 at 4:44 PM Brian White wrote: > I failed to build it the other day using the latest version of fltk, so it > may need an older version. I didn't give it much effort

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread Brian White
I failed to build it the other day using the latest version of fltk, so it may need an older version. I didn't give it much effort so maybe it's not much to fix, but it didn't build out of the box. On Wed, Jan 1, 2020, 3:54 PM John R. Hogerhuis wrote: > I contributed a little code to VirtualT. B

Re: [M100] extend VirtualT to support REXCPM

2020-01-01 Thread John R. Hogerhuis
I contributed a little code to VirtualT. But it's mainly Ken's work. I'm fine with your plan. Are we still operating on sourceforge? I assume eventually we should move to GitHub. As to toolchain, if you can build it you're good. May want to learn to use GDB if you don't already know it. -- John.