> I've written a Venix/86 userland emulator. It uses FreeBSD's vm86 to run
> binaries natively and intercepts traps for things like system calls. I
> finally have it to the point where it can run the compiler via cc (which
> forks and execs c0, copt, cpp, as, ld, etc). My plans to try to recreate
>
I have a pair of them now and CP/M is not my cup of tea. Anyone want to
trade them for something Q-Bus or Unibussy? Or beer? Located in MD.
C
I've written a Venix/86 userland emulator. It uses FreeBSD's vm86 to run
binaries natively and intercepts traps for things like system calls. I
finally have it to the point where it can run the compiler via cc (which
forks and execs c0, copt, cpp, as, ld, etc). My plans to try to recreate
the sourc
On 8/28/2021 5:14 PM, Chuck Guzis via cctalk wrote:
On 8/28/21 3:01 PM, Jay Jaeger via cctalk wrote:
Back in 2005 I imaged both my Mod I and Mod II floppies using my Altair
and a program I wrote way way wayy back when for transferring floppy
images called "XMT". But I like to image floppie
On 8/28/21 4:13 PM, Douglas Taylor via cctalk wrote:
On 8/28/2021 1:15 PM, Bill Gunshannon via cctalk wrote:
On 8/28/21 1:03 PM, Douglas Taylor via cctalk wrote:
Yes, I did create a new kernel and copy it to the correct place and
chmod 644 the new unix file.
Did yo have fun playing with the o
On 8/28/21 3:01 PM, Jay Jaeger via cctalk wrote:
>
> Back in 2005 I imaged both my Mod I and Mod II floppies using my Altair
> and a program I wrote way way wayy back when for transferring floppy
> images called "XMT". But I like to image floppies two different ways,
> and the Greaseweazle ca
On 8/28/2021 3:06 PM, Chuck Guzis via cctalk wrote:
On 8/28/21 12:27 PM, Al Kossow via cctalk wrote:
On 8/28/21 12:12 PM, Jay Jaeger via cctalk wrote:
I have successfully read a couple of Mod I disks (143KB). But some
have not read very well.
I played with one when they came out. The sof
On 8/28/2021 2:27 PM, Al Kossow via cctalk wrote:
On 8/28/21 12:12 PM, Jay Jaeger via cctalk wrote:
I have successfully read a couple of Mod I disks (143KB). But some
have not read very well.
I played with one when they came out. The software wasn't ready for
prime time.
I had hoped it
I can archive your disk content if you end up needing some assistance.
I have a few Vector Graphic machines with 100tpi Micropolis and Tandon 100-4M
drives as well as Mod-I drives at 48tpi. I also have utilities to archive and
recreate disks on these drives by exchanging the disk image with a P
On Sat, Aug 28, 2021 at 8:01 AM emanuel stiebler via cctalk <
cctalk@classiccmp.org> wrote:
> On 2021-08-26 20:22, Charles Dickman via cctalk wrote:
> > Has anyone tried to compile the sources? succeeded?
>
> Where did you find the sources?
>
http://bitsavers.org/pdf/dec/qbus/rqdxx/rqdx3_src.zip
On 8/28/2021 1:15 PM, Bill Gunshannon via cctalk wrote:
On 8/28/21 1:03 PM, Douglas Taylor via cctalk wrote:
Yes, I did create a new kernel and copy it to the correct place and
chmod 644 the new unix file.
Did yo have fun playing with the overlays? :-)
I don't know what this means. The ker
On 8/28/21 12:27 PM, Al Kossow via cctalk wrote:
> On 8/28/21 12:12 PM, Jay Jaeger via cctalk wrote:
>
>> I have successfully read a couple of Mod I disks (143KB). But some
>> have not read very well.
>
> I played with one when they came out. The software wasn't ready for
> prime time.
>
> I ha
On 8/28/2021 2:25 PM, Al Kossow via cctalk wrote:
On 8/28/21 12:11 PM, Jay Jaeger via cctalk wrote:
also looked at some field service material available on archive.org.
Was this different from the docs I have on bitsavers?
They have all of bitsavers, but changed the filenames and screwed u
On 8/28/21 12:12 PM, Jay Jaeger via cctalk wrote:
I have successfully read a couple of Mod I disks (143KB). But some have not
read very well.
I played with one when they came out. The software wasn't ready for prime time.
I had hoped it had gotten better since then. Even something basic lik
On 8/28/21 12:11 PM, Jay Jaeger via cctalk wrote:
also looked at some field service material available on
archive.org.
Was this different from the docs I have on bitsavers?
They have all of bitsavers, but changed the filenames and screwed up the
directory heirarchy.
IA is a nightmare to
On 8/27/2021 10:08 PM, Jay Jaeger via cctalk wrote:
On 8/26/2021 2:51 PM, Jay Jaeger via cctech wrote:
On 8/25/2021 5:58 PM, Mike Loewen via cctalk wrote:
On Wed, 25 Aug 2021, Dennis Boone via cctalk wrote:
As a few of the signals on the 34-pin connector are different
than the Shug
On 8/26/2021 7:54 PM, Paul Berger via cctalk wrote:
On 2021-08-26 6:48 p.m., Jay Jaeger via cctech wrote:
My next project once I finish my IBM 1410 FPGA implementation (so, a
couple of years out, probably) would be to write an emulator for the
boat anchor known as the IBM 8100. I had expos
> On Aug 28, 2021, at 12:22 PM, Al Kossow via cctalk
> wrote:
>
> On 8/28/21 8:57 AM, Antonio Carlini via cctalk wrote:
>
>> Neatly solved in the document's future (but our past and present) by having
>> documents that are born digital.
>
> Good luck translating documents that HP, DEC and
On 8/28/21 1:03 PM, Douglas Taylor via cctalk wrote:
Yes, I did create a new kernel and copy it to the correct place and
chmod 644 the new unix file.
Did yo have fun playing with the overlays? :-)
On my Debian system I can install ftpd and telnetd (they are still in
the Debian package list)
The old-school way to do this is to install inetd, ensure it gets started up,
and uncomment the line in its config-file (/etc/inetd.conf ?) for telnet.
Setting up an ftp chroot area is painful. If you're using cleartext passwords
(telnet) anyway, I'd set up rlogin/rsh, and use rcp.
Same story:
Yes, I did create a new kernel and copy it to the correct place and
chmod 644 the new unix file.
On my Debian system I can install ftpd and telnetd (they are still in
the Debian package list) which are the unsecure ones, but I don't know
how to configure them or start them. As in, # systemctl
Its been fun working with Ultrix-11 and have had success with the help
of the list. Thanks. The tape file from Bill Gunshannon will create a
working system. Yay!
I'm at the point of trying to network the SIMH pdp11 Ultrix-11 system.
I have a few observations:
1. The youtube video 'Ultrix-
Re: scanning resolution
I've never seen a perceivable difference beyond 600-800dpi in the material I
work with
You have to consider the media you are working with. Even 600 is overkill for a
DEC
pulp handbook from the 60's, while a high clay litho magazine may have
half-toning to
that level.
On 8/28/21 12:43 PM, Douglas Taylor via cctalk wrote:
Its been fun working with Ultrix-11 and have had success with the help
of the list. Thanks. The tape file from Bill Gunshannon will create a
working system. Yay!
I'm at the point of trying to network the SIMH pdp11 Ultrix-11 system.
I
On 8/28/21 8:57 AM, Antonio Carlini via cctalk wrote:
Neatly solved in the document's future (but our past and present) by having
documents that are born digital.
Good luck translating documents that HP, DEC and IBM produced in their proprietary
"bookreader" formats so
they don't look like c
On 2021-07-13 15:39, Zane Healy via cctalk wrote:
> When I did all my testing about a month and a half ago, I used a VT320. I’m
> not sure if I’ve ever tried to talk to a VAXstation with anything other than
> a DEC terminal.
I don't have any problems with USB-Serial adapters, on most DEC
equip
On 28/08/2021 12:44, emanuel stiebler via cctalk wrote:
I always fail to understand this ...
With prices for hard drives like they are, and comparing to the amount
of work, it really is to scan a manual, I would recommend to scan with
the best resolution you have, and have those files as you "or
On 28/08/2021 09:21, æstrid smith via cctalk wrote:
i've achieved satisfactory results paletteizing scans of low-color-depth
material using a tool called 'noteshrink':
https://mzucker.github.io/2016/09/20/noteshrink.html
Well as a guide the 66 page AA-CJ39A-TE (VAX-11 RSX Installation Guide
a
On 8/27/21 10:22 PM, Mike Loewen via cctalk wrote:
>
> What's the recommended method for adjusting the track 0 switch and
> track 0 stop on a Tandon TM100-2, if you don't have an alignment disk? I
> do have a scope.
I'll also add that too many people go into the business of re-alignment
withou
On 8/27/21 10:22 PM, Mike Loewen via cctalk wrote:
>
> What's the recommended method for adjusting the track 0 switch and
> track 0 stop on a Tandon TM100-2, if you don't have an alignment disk? I
> do have a scope.
Just use a known-good disk and adjust for best results. That's about
all you
On Tue., Jul. 13, 2021, 15:39 Zane Healy via cctalk,
wrote:
>
> When I did all my testing about a month and a half ago, I used a VT320.
> I’m not sure if I’ve ever tried to talk to a VAXstation with anything other
> than a DEC terminal.
>
I had the serial console on a model 60 working connected
On 2021-08-26 20:22, Charles Dickman via cctalk wrote:
> Has anyone tried to compile the sources? succeeded?
Where did you find the sources?
On 2021-08-28 04:21, æstrid smith via cctalk wrote:
> i've achieved satisfactory results paletteizing scans of low-color-depth
> material using a tool called 'noteshrink':
>
> https://mzucker.github.io/2016/09/20/noteshrink.html
Even if you don't use the tool, it is worth reading ;-)
On 2021-08-27 16:50, Antonio Carlini via cctalk wrote:
> For photographs or shaded areas that don't necessarily come out well
> under those settings, I plan to use 8-bit greyscale. I'd prefer to use
> 600dpi but I may have to fall back to 300dpi if the per-page fiile size
> shoots up too much.
I
i've achieved satisfactory results paletteizing scans of low-color-depth
material using a tool called 'noteshrink':
https://mzucker.github.io/2016/09/20/noteshrink.html
--
æstrid smith (she/her)
=<[ c y b e r ]>=
antique telephone collectors association member #4870
On Fri, Aug 27, 2021, at
35 matches
Mail list logo