El 24/04/2013, a les 21:38, Clem Cole <clemc at ccc.com> va escriure:
That said, the RPi should be able to support it without anything other than the leds and switches added to the AdaFruit breakout board, I have.
Not enough GPIO pins... You will need to multiplex the pins. I several 74HC595 to drive the LEDs, and I'm experimenting with 74HC165 to drive banks of DIP switches as input (although that project is quite freezing now). I posted some details in my blog (Blinkenlights: Not so difficult as I thought), with links to the code I have written for the 4.0 version of simh, and a java app with virtual LEDs also. My version, by the way, runs in an Arduino, but I also wrote a small "client" for the Pi. I just switched to the Arduino because I have heard horror stories about dead Raspis after stupid cabling mistakes messing with the GPIO pins...
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES
On Wed, Apr 24, 2013 at 3:16 PM, John Wilson <wilson at dbit.com> wrote:
Anyway at this point I think USB is
the way to go so that's about item #117 on my to-do list.
Yeah, an Arduino as the USB to T.ls would make this pretty trivial as a "general" solution.
That said, the RPi should be able to support it without anything other than the leds and switches added to the AdaFruit breakout board, I have.
From: Gregg Levine <gregg.drwho8 at gmail.com>
In going over my collection of things PDP-11 I came across a some what
startling discovery. That of this one, I have nearly all the releases
of E11 from the 0.8 one all the way to the recent one.
Nice! The bloating of the executable gets pretty embarrassing if you go
back far enough (it takes almost no code to boot RT-11 as an 11/34a -- the
other half-megabyte of flab is for ... well it must be for *something* ...).
Now I've gone and read all or nearly all of the documentation file
that it came with. There are two instructions there, one of is the
SWITCH one, and I quote here:
Unless I've gone senile (how would I know?), that flavor of that command
is still present in the latest DOS and stand-alone versions too.
And of course my question is one of, were those actually tested with
real hardware attached?
I never built an ISA board to do it. I had intended to, and I was going to
drill a blank 5.25" drive bay cover for LEDs and toggle switches, but then
I got the idea for the LPT-port hack with software muxing which does the
display part with way less hardware, so I never bothered. But I did test
it with a random device or two to convince myself it was working correctly
(reads and writes PC regs OK).
Doing a PCB layout for an ISA lights-n-switches board would take a weekend
at most so I'd be happy to do it, if anyone cared. Doesn't Bob Armstrong
already make something better though? Anyway at this point I think USB is
the way to go so that's about item #117 on my to-do list.
John I imagine you are aware that these early releases are floating
all over the Internet?
Yep, which is kind of sweet! And they're from before I decided to have a
go at making a living with PDP-11s, so they don't have any restrictions on
commercial use. Lots of very embarrassing bugs, but that'll always be true.
John Wilson
D Bit
On Wed, Apr 24, 2013 at 12:18 PM, Cory Smelosky <b4 at gewt.net> wrote:
On Wed, 24 Apr 2013, Gregg Levine wrote:
Hello!
In going over my collection of things PDP-11 I came across a some what
startling discovery. That of this one, I have nearly all the releases
of E11 from the 0.8 one all the way to the recent one.
The 0.9 release was retrieved from GENIE back when it was trying to be
the same as Compuserve, and that was around 1994. (Both have since
folded it seems.) At the time I was just beginning to understand
exactly what I had obtained from that site. I didn't. I do now.
Now that's going back a ways!
Now I've gone and read all or nearly all of the documentation file
that it came with. There are two instructions there, one of is the
SWITCH one, and I quote here:
"SET SWITCH n
SET SWITCH PORT n
If PORT is specified, specifies the octal 80x86 I/O address of a
word port which when read as a word, gives the current 16-bit
switch register value. Otherwise (PORT not specified), sets the
value of the emulated SR to the octal number n. "
And the other one is named this DISPLAY one, and I quote here:
"SET DISPLAY NONE
SET DISPLAY PORT n
If PORT is specified, specifies the octal 80x86 I/O address of a
word port which when written as a word, sets the 16-bit display
register. If NONE is specified, then anything written to the DR
by the PDP-11 is ignored (the default condition). So if you
want to see pretty blinky lights, get out your wire wrap tool
and a couple of 74LS273s and whatever else."
And of course my question is one of, were those actually tested with
real hardware attached?
John I imagine you are aware that these early releases are floating
all over the Internet?
-----
Gregg C Levine gregg.drwho8 at gmail.com
"This signature fought the Time Wars, time and again."
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
Hello!
Yes and by sorting through the documentation between the versions we
can see how the entire business evolved. At one point John worked with
Bob of the SIMH fraternity to confirm that each function behaves
appropriately. Bob it turns out was part of the J-11 development team
back then.
For a lot of us its common to start our ideas using SIMH for testing
ideas, and that also includes networking configuration problems. And
when it becomes necessary to run them full time they'd get moved to
E11 obviously for the fun of it, as a hobbyist motivation
For myself regarding those two commands for the E11 version 0.9
release, I discovered that it might be possible to make work some of
my ideas. Now to track down the hosting hardware......
-----
Gregg C Levine gregg.drwho8 at gmail.com
"This signature fought the Time Wars, time and again."
On Wed, 24 Apr 2013, Gregg Levine wrote:
Hello!
In going over my collection of things PDP-11 I came across a some what
startling discovery. That of this one, I have nearly all the releases
of E11 from the 0.8 one all the way to the recent one.
The 0.9 release was retrieved from GENIE back when it was trying to be
the same as Compuserve, and that was around 1994. (Both have since
folded it seems.) At the time I was just beginning to understand
exactly what I had obtained from that site. I didn't. I do now.
Now that's going back a ways!
Now I've gone and read all or nearly all of the documentation file
that it came with. There are two instructions there, one of is the
SWITCH one, and I quote here:
"SET SWITCH n
SET SWITCH PORT n
If PORT is specified, specifies the octal 80x86 I/O address of a
word port which when read as a word, gives the current 16-bit
switch register value. Otherwise (PORT not specified), sets the
value of the emulated SR to the octal number n. "
And the other one is named this DISPLAY one, and I quote here:
"SET DISPLAY NONE
SET DISPLAY PORT n
If PORT is specified, specifies the octal 80x86 I/O address of a
word port which when written as a word, sets the 16-bit display
register. If NONE is specified, then anything written to the DR
by the PDP-11 is ignored (the default condition). So if you
want to see pretty blinky lights, get out your wire wrap tool
and a couple of 74LS273s and whatever else."
And of course my question is one of, were those actually tested with
real hardware attached?
John I imagine you are aware that these early releases are floating
all over the Internet?
-----
Gregg C Levine gregg.drwho8 at gmail.com
"This signature fought the Time Wars, time and again."
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
Hello!
In going over my collection of things PDP-11 I came across a some what
startling discovery. That of this one, I have nearly all the releases
of E11 from the 0.8 one all the way to the recent one.
The 0.9 release was retrieved from GENIE back when it was trying to be
the same as Compuserve, and that was around 1994. (Both have since
folded it seems.) At the time I was just beginning to understand
exactly what I had obtained from that site. I didn't. I do now.
Now I've gone and read all or nearly all of the documentation file
that it came with. There are two instructions there, one of is the
SWITCH one, and I quote here:
"SET SWITCH n
SET SWITCH PORT n
If PORT is specified, specifies the octal 80x86 I/O address of a
word port which when read as a word, gives the current 16-bit
switch register value. Otherwise (PORT not specified), sets the
value of the emulated SR to the octal number n. "
And the other one is named this DISPLAY one, and I quote here:
"SET DISPLAY NONE
SET DISPLAY PORT n
If PORT is specified, specifies the octal 80x86 I/O address of a
word port which when written as a word, sets the 16-bit display
register. If NONE is specified, then anything written to the DR
by the PDP-11 is ignored (the default condition). So if you
want to see pretty blinky lights, get out your wire wrap tool
and a couple of 74LS273s and whatever else."
And of course my question is one of, were those actually tested with
real hardware attached?
John I imagine you are aware that these early releases are floating
all over the Internet?
-----
Gregg C Levine gregg.drwho8 at gmail.com
"This signature fought the Time Wars, time and again."
On Tue, 24 Apr 2013, Johnny Billquist wrote:
On 2013-04-24 02:05, Cory Smelosky wrote:
On Tue, 23 Apr 2013, Johnny Billquist wrote:
On 2013-04-24 00:26, Ian McLaughlin wrote:
Johnny
I like your suggestion of the same area on both sides. Do you have a
candidate area number? Do we have any Italian Decnet members here
that are interested in this project? Pointless if they don't want us :)
22 is the first "free" area we have...
But yes, before anything can be done, we do need the italians being
interested.
I'd be surprised if none of them were on this list lurking.
Oh, at least one is here. And not really lurking either.
I figured as much.
Johnny
Johnny
Ian
Sent from my iPhone
On 2013-04-23, at 3:19 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2013-04-24 00:04, Ian McLaughlin wrote:
Yes, the Cisco can do area remapping.
Sweet.
We only need to remap at the single border point - everyone in
HECnet will see them as one area and everyone in the Italian Decnet
will see them as the other area.
Sounds like it should be doable. Yes, a single connection in
between, where the remapping takes place. And then we should be set
to go.
Interesting how to solve it, though. From the HECnet side, we just
need to remap a chosen area that is designated for the italian
network. The italian network needs to also do a remapping. Area 1 on
HECnet needs to be mapped into some other area on their side.
Possibly using the same area as is used for the italians on the
HECnet side.
And then, of course, the nodename database needs massaging from
their point of view. Which might also be a fair piece of work...
Johnny
Ian
On 2013-04-23, at 3:03 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2013-04-24 00:01, Robert Jarratt wrote:
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-
hecnet at Update.UU.SE] On Behalf Of Tim Sneddon
Sent: 23 April 2013 18:44
To: hecnet at update.uu.se
Subject: [HECnet] Italian DECnet...
Hi,
I know there had been discussion before about bringing these two
together.
Although, I must admit that I didn't pay too much attention to
what went on,
just that I don't think it happened. So, tell me to get lost if
this has been
suggested or if nobody cares...
Now that we have Cisco routers and DECbrouters on the network, has
anyone considered connecting a GRE tunnel into their network and
then
using the DECnet address translation gateway in IOS to map their
network to
an area we allocate specifically for them. That way there is no
merging as
such, just a bit of "gluing".
Regards, Tim.
If I had a spec for what is needed I could probably also
implement what is needed for the user mode router I have written,
it would give a little bit of flexibility too as the code is
readily available.
Is the Italian HECnet all one area, or are there multiple areas?
As far as I can remember it's all in one area.
Can Cisco's do area remapping? If so, then let's do it, assuming
the italians are interested and have some Cisco box.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
---
Filter service subscribers can train this email as spam or
not-spam here:
http://my.email-as.net/spamham/cgi-bin/learn.pl?messageid=9A4E730CAC6111E2B…
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
---
Filter service subscribers can train this email as spam or not-spam
here:
http://my.email-as.net/spamham/cgi-bin/learn.pl?messageid=E50FF58AAC6311E2B…
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
On 2013-04-24 02:05, Cory Smelosky wrote:
On Tue, 23 Apr 2013, Johnny Billquist wrote:
On 2013-04-24 00:26, Ian McLaughlin wrote:
Johnny
I like your suggestion of the same area on both sides. Do you have a
candidate area number? Do we have any Italian Decnet members here
that are interested in this project? Pointless if they don't want us :)
22 is the first "free" area we have...
But yes, before anything can be done, we do need the italians being
interested.
I'd be surprised if none of them were on this list lurking.
Oh, at least one is here. And not really lurking either.
Johnny
Johnny
Ian
Sent from my iPhone
On 2013-04-23, at 3:19 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2013-04-24 00:04, Ian McLaughlin wrote:
Yes, the Cisco can do area remapping.
Sweet.
We only need to remap at the single border point - everyone in
HECnet will see them as one area and everyone in the Italian Decnet
will see them as the other area.
Sounds like it should be doable. Yes, a single connection in
between, where the remapping takes place. And then we should be set
to go.
Interesting how to solve it, though. From the HECnet side, we just
need to remap a chosen area that is designated for the italian
network. The italian network needs to also do a remapping. Area 1 on
HECnet needs to be mapped into some other area on their side.
Possibly using the same area as is used for the italians on the
HECnet side.
And then, of course, the nodename database needs massaging from
their point of view. Which might also be a fair piece of work...
Johnny
Ian
On 2013-04-23, at 3:03 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2013-04-24 00:01, Robert Jarratt wrote:
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-
hecnet at Update.UU.SE] On Behalf Of Tim Sneddon
Sent: 23 April 2013 18:44
To: hecnet at update.uu.se
Subject: [HECnet] Italian DECnet...
Hi,
I know there had been discussion before about bringing these two
together.
Although, I must admit that I didn't pay too much attention to
what went on,
just that I don't think it happened. So, tell me to get lost if
this has been
suggested or if nobody cares...
Now that we have Cisco routers and DECbrouters on the network, has
anyone considered connecting a GRE tunnel into their network and
then
using the DECnet address translation gateway in IOS to map their
network to
an area we allocate specifically for them. That way there is no
merging as
such, just a bit of "gluing".
Regards, Tim.
If I had a spec for what is needed I could probably also
implement what is needed for the user mode router I have written,
it would give a little bit of flexibility too as the code is
readily available.
Is the Italian HECnet all one area, or are there multiple areas?
As far as I can remember it's all in one area.
Can Cisco's do area remapping? If so, then let's do it, assuming
the italians are interested and have some Cisco box.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
---
Filter service subscribers can train this email as spam or
not-spam here:
http://my.email-as.net/spamham/cgi-bin/learn.pl?messageid=9A4E730CAC6111E2B…
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
---
Filter service subscribers can train this email as spam or not-spam
here:
http://my.email-as.net/spamham/cgi-bin/learn.pl?messageid=E50FF58AAC6311E2B…
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On Tue, 23 Apr 2013, Johnny Billquist wrote:
On 2013-04-24 00:26, Ian McLaughlin wrote:
Johnny
I like your suggestion of the same area on both sides. Do you have a candidate area number? Do we have any Italian Decnet members here that are interested in this project? Pointless if they don't want us :)
22 is the first "free" area we have...
But yes, before anything can be done, we do need the italians being
interested.
I'd be surprised if none of them were on this list lurking.
Johnny
Ian
Sent from my iPhone
On 2013-04-23, at 3:19 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2013-04-24 00:04, Ian McLaughlin wrote:
Yes, the Cisco can do area remapping.
Sweet.
We only need to remap at the single border point - everyone in HECnet will see them as one area and everyone in the Italian Decnet will see them as the other area.
Sounds like it should be doable. Yes, a single connection in between, where the remapping takes place. And then we should be set to go.
Interesting how to solve it, though. From the HECnet side, we just need to remap a chosen area that is designated for the italian network. The italian network needs to also do a remapping. Area 1 on HECnet needs to be mapped into some other area on their side. Possibly using the same area as is used for the italians on the HECnet side.
And then, of course, the nodename database needs massaging from their point of view. Which might also be a fair piece of work...
Johnny
Ian
On 2013-04-23, at 3:03 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2013-04-24 00:01, Robert Jarratt wrote:
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-
hecnet at Update.UU.SE] On Behalf Of Tim Sneddon
Sent: 23 April 2013 18:44
To: hecnet at update.uu.se
Subject: [HECnet] Italian DECnet...
Hi,
I know there had been discussion before about bringing these two together.
Although, I must admit that I didn't pay too much attention to what went on,
just that I don't think it happened. So, tell me to get lost if this has been
suggested or if nobody cares...
Now that we have Cisco routers and DECbrouters on the network, has
anyone considered connecting a GRE tunnel into their network and then
using the DECnet address translation gateway in IOS to map their network to
an area we allocate specifically for them. That way there is no merging as
such, just a bit of "gluing".
Regards, Tim.
If I had a spec for what is needed I could probably also implement what is needed for the user mode router I have written, it would give a little bit of flexibility too as the code is readily available.
Is the Italian HECnet all one area, or are there multiple areas?
As far as I can remember it's all in one area.
Can Cisco's do area remapping? If so, then let's do it, assuming the italians are interested and have some Cisco box.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
---
Filter service subscribers can train this email as spam or not-spam here: http://my.email-as.net/spamham/cgi-bin/learn.pl?messageid=9A4E730CAC6111E2B…
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
---
Filter service subscribers can train this email as spam or not-spam here: http://my.email-as.net/spamham/cgi-bin/learn.pl?messageid=E50FF58AAC6311E2B…
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
On 2013-04-24 00:26, Ian McLaughlin wrote:
Johnny
I like your suggestion of the same area on both sides. Do you have a candidate area number? Do we have any Italian Decnet members here that are interested in this project? Pointless if they don't want us :)
22 is the first "free" area we have...
But yes, before anything can be done, we do need the italians being interested.
Johnny
Ian
Sent from my iPhone
On 2013-04-23, at 3:19 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2013-04-24 00:04, Ian McLaughlin wrote:
Yes, the Cisco can do area remapping.
Sweet.
We only need to remap at the single border point - everyone in HECnet will see them as one area and everyone in the Italian Decnet will see them as the other area.
Sounds like it should be doable. Yes, a single connection in between, where the remapping takes place. And then we should be set to go.
Interesting how to solve it, though. From the HECnet side, we just need to remap a chosen area that is designated for the italian network. The italian network needs to also do a remapping. Area 1 on HECnet needs to be mapped into some other area on their side. Possibly using the same area as is used for the italians on the HECnet side.
And then, of course, the nodename database needs massaging from their point of view. Which might also be a fair piece of work...
Johnny
Ian
On 2013-04-23, at 3:03 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2013-04-24 00:01, Robert Jarratt wrote:
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-
hecnet at Update.UU.SE] On Behalf Of Tim Sneddon
Sent: 23 April 2013 18:44
To: hecnet at update.uu.se
Subject: [HECnet] Italian DECnet...
Hi,
I know there had been discussion before about bringing these two together.
Although, I must admit that I didn't pay too much attention to what went on,
just that I don't think it happened. So, tell me to get lost if this has been
suggested or if nobody cares...
Now that we have Cisco routers and DECbrouters on the network, has
anyone considered connecting a GRE tunnel into their network and then
using the DECnet address translation gateway in IOS to map their network to
an area we allocate specifically for them. That way there is no merging as
such, just a bit of "gluing".
Regards, Tim.
If I had a spec for what is needed I could probably also implement what is needed for the user mode router I have written, it would give a little bit of flexibility too as the code is readily available.
Is the Italian HECnet all one area, or are there multiple areas?
As far as I can remember it's all in one area.
Can Cisco's do area remapping? If so, then let's do it, assuming the italians are interested and have some Cisco box.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
---
Filter service subscribers can train this email as spam or not-spam here: http://my.email-as.net/spamham/cgi-bin/learn.pl?messageid=9A4E730CAC6111E2B…
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
---
Filter service subscribers can train this email as spam or not-spam here: http://my.email-as.net/spamham/cgi-bin/learn.pl?messageid=E50FF58AAC6311E2B…
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol