On Jun 5, 2012, at 5:29 AM, Mark Benson wrote:
...
I am looking at trying to mount an external hard drive or SSD to handle the disk images instead of the SD card. For some ^$%^$% reason you can't mount a disk as a user in Linux (I might be missing something, admittedly) like you can in RSX and VMS (again, more demonstration that UNIX sucks ;)) so I have to futz about as root to do that.
You can set that to be allowed with the "user" option, see "man fstab". It defaults to not allowed, which is the correct security answer. (I would assume the same is true in DEC operating systems that have protection mechanisms... it certainly is in RSTS.)
paul
...
The doc says that RT and Unix do it differently (no WAIT). I
haven't seen the Unix code but I did see the one for RT (F/B
version), and indeed, no WAIT instruction there. I'm not
sure why not. RT11 S/J seems to just be full of spin loops,
no central idle of any kind that I can see.
paul
Paul,
I think that depends on whether or not the idle loop pattern (for the
console light display) is being used. The lights pattern most certainly
makes use of the WAIT instruction. The SJ monitor is a completely
different beast than FB and friends - no question about it!
-Steve
I was referring to RT V2, which is what I have at hand. But it sounds like it's still the same in later versions (except for having sysgen options -- no sysgen in V2). The thing to remember is that there are multiple ways to tweak the lights, at least on later PDP11s -- WAIT displays R0 (if the Data display switch, if there is one, is set to "Data Paths"), while writing to 177570 sets the Display register (which can also be displayed by setting the switch to Display Register). But some older machines don't have a display register and don't have that switch. The 11/20, if I remember right, always displays R0 at a WAIT and ignores writes to 177570. I forgot what the 11/05 and 11/10 do on a WAIT (since they only have a single display, not a separate address and data display).
paul
Dave McGuire wrote:
... @sys$manager:netconfig
FWIW, that's what I'd do too...
NETCONFIG will start off by purging your existing database anyway, so if
you find yourself needing to do this again you can skip that step...
Bob
On 2012-06-05 11:29, Mark Benson wrote:
On 4 Jun 2012, at 23:15, Johnny Billquist wrote:
Nice.
Yeah, trouble is because I am using my current RasPi to work on VAX stuff I need a second one to run my PDP-11 sim on now :D C'mon Farnell get it together!!
Indeed. The more machines, the merrier... :-)
It would be interesting to hear of a comparison. The "newer" VAXen are really not that bad. But of course, everything is relative...
Like I say, it's not chronically 'slow' it just has a few pregnant pauses. Example: when I an using the TCP/IP configuration script in VMS 7.3 the pauses between menu screens are quite long. Stuff at the DCL terminal on the other hand is very quick (DIR's of long directory lists, etc.). There is always a smidge of additional lag because I am using SSH and the RasPi is having to encode the SSH packets on the fly as it goes. Telnet is much faster so I may switch over to using the DZ11 terminal emulation to work on it. Only problem is that's not the Operator terminal on SimH so I can't do everything through it.
Ok.
Talk about doing a misread. I saw that as an RSX-11 MultiProcessor system. :-)
:D That'd be nice... but tricky ;)
simh don't have the code (yet). e11 do, however...
I would suspect that is because the CPU will still be just waiting for I/O lots of the time. Compilations, as well as running something like SYSGEN in RSX, is really I/O intensive. Not much CPU work in there.
I can tell when the computer is working on the SD card, the LED flashes, and some times it's still loading SD card data (disk images) and sometimes it's thinking really hard :) SYSGENs are snappy except for the time consuming parts (the actually assembly compiles for the Executive, Drivers, etc). The RAM is either DDR or DDR2 so there shouldn't be a speed issue there, the biggest bottleneck is really the SD card.
Even compilation in RSX is a lot of I/O. You can improve things if you do some magic, but reading sources is just a small part of a compilation. It's a lot of work files, and it's a lot of output. And lots of overlays in the compilers...
I am looking at trying to mount an external hard drive or SSD to handle the disk images instead of the SD card. For some ^$%^$% reason you can't mount a disk as a user in Linux (I might be missing something, admittedly) like you can in RSX and VMS (again, more demonstration that UNIX sucks ;)) so I have to futz about as root to do that.
Yes. Mounting in Unix-land have some potentially interesting implications which makes it "unsafe" to allow normal users to do it.
Johnny
On 4 Jun 2012, at 23:15, Johnny Billquist wrote:
Nice.
Yeah, trouble is because I am using my current RasPi to work on VAX stuff I need a second one to run my PDP-11 sim on now :D C'mon Farnell get it together!!
It would be interesting to hear of a comparison. The "newer" VAXen are really not that bad. But of course, everything is relative...
Like I say, it's not chronically 'slow' it just has a few pregnant pauses. Example: when I an using the TCP/IP configuration script in VMS 7.3 the pauses between menu screens are quite long. Stuff at the DCL terminal on the other hand is very quick (DIR's of long directory lists, etc.). There is always a smidge of additional lag because I am using SSH and the RasPi is having to encode the SSH packets on the fly as it goes. Telnet is much faster so I may switch over to using the DZ11 terminal emulation to work on it. Only problem is that's not the Operator terminal on SimH so I can't do everything through it.
Talk about doing a misread. I saw that as an RSX-11 MultiProcessor system. :-)
:D That'd be nice... but tricky ;)
I would suspect that is because the CPU will still be just waiting for I/O lots of the time. Compilations, as well as running something like SYSGEN in RSX, is really I/O intensive. Not much CPU work in there.
I can tell when the computer is working on the SD card, the LED flashes, and some times it's still loading SD card data (disk images) and sometimes it's thinking really hard :) SYSGENs are snappy except for the time consuming parts (the actually assembly compiles for the Executive, Drivers, etc). The RAM is either DDR or DDR2 so there shouldn't be a speed issue there, the biggest bottleneck is really the SD card.
I am looking at trying to mount an external hard drive or SSD to handle the disk images instead of the SD card. For some ^$%^$% reason you can't mount a disk as a user in Linux (I might be missing something, admittedly) like you can in RSX and VMS (again, more demonstration that UNIX sucks ;)) so I have to futz about as root to do that.
At $35 it was bound to have limitations and for the most part they are livable-with.
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
RT-11 is "famous" for self-modifying code. That fact makes it so much
fun to debug when you have a real-time bug. Been there... Done that...
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE
[mailto:owner-hecnet at Update.UU.SE] On Behalf Of Johnny Billquist
Sent: Monday, June 04, 2012 22:52
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] Speaking of IDLE
On 2012-06-05 04:44, Johnny Billquist wrote:
On 2012-06-05 03:24, Steve Davidson wrote:
Paul,
I think that depends on whether or not the idle loop
pattern (for the
console light display) is being used. The lights pattern most
certainly makes use of the WAIT instruction. The SJ monitor is a
completely different beast than FB and friends - no
question about it!
Well, there are more ways to spin a cat... Or spin the
lights in this
case. WAIT is one way to show something on the front panel. Loading
the display register is another.
RT-11 is in fact using the Switch Register at 177570 to
display things
on the front panel.
Look at RMONFB.MAC, around line 4800, to see the code.
(Every time I read the RT-11 sources, I feel a little dirty... No
offense meant for the RT-11 fans around here or anywhere.)
It's all conditionalized on LIGH$T, and there is not even
the option
if you are running the SJ monitor...
Aw, heck. I might as well post the code, since isn't that long...
====
3$:
.IF NE LIGH$T
.ROM DEC LITECT,VALUE=1
BNE 8$
ADD #512.,LITECT
4$: ROL 7$
BNE 5$
COM 7$
5$: BCC 6$
ADD #100,4$
BIC #200,4$
6$: BIT #LIGHT$,CONFG2
BEQ 8$
MOV (PC)+,@(PC)+
7$: .WORD 0,SR
.ENDC
8$:
..NULJ::
====
(And yes, SR is defined as 177570)
(And maybe you understand why I feel dirty when reading RT-11
after this fine example of code... It's cut-and-pasted right
from the source, it really looks just like this.)
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
On Tue, Jun 05, 2012 at 12:17:23AM +0200, Johnny Billquist wrote:
FYI - Update now have a Cisco box, which will be setup within a few
days to be able to route DECnet over IP, so that will become another
options to hook into HECnet at the Update site.
Sorry that I haven't gotten arround to it sooner. Update is preparing an
exhibiton at the University Museum. Lots of work with that :)
I can't promise getting the Cisco installed this week, but I'll see what
I can do.
I can however recommend anyone being close to uppsala this summer to
take a tour past Gustavianum to look at some nice DEC (and other)
hardware. Here is a hilight of the objects:
DECSYSTEM-2060
PDP-12
PDP-11/70
PDP-8
CRAY YMP EL
DG NOVA 3
peripherals!
Cheers,
Pontus.
On 06/05/2012 08:50 AM, Peter Lothberg wrote:
Something got messed up, I did some clear operations on the permanent database and
now I don't remember how to make it work again.....
Anyone that can give me a hint? Its VMS 5.4 on a uvax2
NCP>purge known lines
All line parameters (Y, N): y
%NCP-I-SUCCESS, Success
Line = QNA-0
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Line = QNA-1
%NML-I-RECDELET, Database entry deleted
How do I put QNA-0 and QNA-1 back in to decnet?
NCP>purge known obje
All parameters (Y, N): y
%NCP-I-SUCCESS, Success
Object = TASK
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = MAIL
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = PHONE
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = NML
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = MIRROR
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = VPM
%NML-I-RECDELET, Database entry deleted
How do I put those objects back?
Eeeeek! This may be a "shotgun" approach, but to be on the safe side
I'd just run netconfig (@sys$manager:netconfig) and have it generate the
databases anew.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
Something got messed up, I did some clear operations on the permanent database and
now I don't remember how to make it work again.....
Anyone that can give me a hint? Its VMS 5.4 on a uvax2
NCP>purge known lines
All line parameters (Y, N): y
%NCP-I-SUCCESS, Success
Line = QNA-0
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Line = QNA-1
%NML-I-RECDELET, Database entry deleted
How do I put QNA-0 and QNA-1 back in to decnet?
NCP>purge known obje
All parameters (Y, N): y
%NCP-I-SUCCESS, Success
Object = TASK
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = MAIL
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = PHONE
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = NML
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = MIRROR
%NML-I-RECDELET, Database entry deleted
%NCP-I-SUCCESS, Success
Object = VPM
%NML-I-RECDELET, Database entry deleted
How do I put those objects back?
--P
40 VUPs.
Nice! ~ the same then.
Oh yes, I'll bet! And keep in mind it's not just the CPU speed but
the memory bandwidth. It really sped up during that era.
True. Even just using the 4000-m90 for simple numerical problems, it's
quite slippery.
Sadly, no VPU though.
I WANT WANT WANT a 6000-500 with a vector board. It's a shame that
VAX 6000s have dried up so quickly. I must've passed up thirty of
them
over the past fifteen years. I'm getting a 6300 next month from a
semi-local guy. That'll be nice, but no vector boards for that model.
Will keep an eye out. I'd love a 6000 also, but doubt I could power it.
Not aware of the vector board. I did do an mp3 decoding routine using
Rigel's VPU back in '99 on a bet for beer. Was the 6000/500 VPU just
Rigels or something else?
Al
On 06/04/2012 11:40 PM, Boyanich, Alastair wrote:
Some of them are downright zippy. I'll have a VAX 7000 and a
4000-700a on HECnet soon! Zoom!
Dave: Nice. What's the 4000-700a pull VUP wise?
40 VUPs.
I was *VERY* shocked
going from a 4000-m300 "Pele" at 8VUPS to the 4000-m90A at 38VUPS. It's
like greased lightening by comparison.
Oh yes, I'll bet! And keep in mind it's not just the CPU speed but
the memory bandwidth. It really sped up during that era.
Sadly, no VPU though.
I WANT WANT WANT a 6000-500 with a vector board. It's a shame that
VAX 6000s have dried up so quickly. I must've passed up thirty of them
over the past fifteen years. I'm getting a 6300 next month from a
semi-local guy. That'll be nice, but no vector boards for that model.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
Some of them are downright zippy. I'll have a VAX 7000 and a
4000-700a on HECnet soon! Zoom!
Dave: Nice. What's the 4000-700a pull VUP wise? I was *VERY* shocked
going from a 4000-m300 "Pele" at 8VUPS to the 4000-m90A at 38VUPS. It's
like greased lightening by comparison. Sadly, no VPU though.
Al.
On 2012-06-05 04:44, Johnny Billquist wrote:
On 2012-06-05 03:24, Steve Davidson wrote:
Paul,
I think that depends on whether or not the idle loop pattern (for the
console light display) is being used. The lights pattern most certainly
makes use of the WAIT instruction. The SJ monitor is a completely
different beast than FB and friends - no question about it!
Well, there are more ways to spin a cat... Or spin the lights in this
case. WAIT is one way to show something on the front panel. Loading the
display register is another.
RT-11 is in fact using the Switch Register at 177570 to display things
on the front panel.
Look at RMONFB.MAC, around line 4800, to see the code.
(Every time I read the RT-11 sources, I feel a little dirty... No
offense meant for the RT-11 fans around here or anywhere.)
It's all conditionalized on LIGH$T, and there is not even the option if
you are running the SJ monitor...
Aw, heck. I might as well post the code, since isn't that long...
====
3$:
.IF NE LIGH$T
.ROM DEC LITECT,VALUE=1
BNE 8$
ADD #512.,LITECT
4$: ROL 7$
BNE 5$
COM 7$
5$: BCC 6$
ADD #100,4$
BIC #200,4$
6$: BIT #LIGHT$,CONFG2
BEQ 8$
MOV (PC)+,@(PC)+
7$: .WORD 0,SR
.ENDC
8$:
..NULJ::
====
(And yes, SR is defined as 177570)
(And maybe you understand why I feel dirty when reading RT-11 after this fine example of code... It's cut-and-pasted right from the source, it really looks just like this.)
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
On 2012-06-05 03:24, Steve Davidson wrote:
-----Original Message-----
From: owner-hecnet at Update.UU.SE
[mailto:owner-hecnet at Update.UU.SE] On Behalf Of Paul_Koning at Dell.com
Sent: Monday, June 04, 2012 20:58
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] Speaking of IDLE
On Jun 4, 2012, at 6:22 PM, Johnny Billquist wrote:
On 2012-06-04 13:52, Brian Hechinger wrote:
Anyone know how it works? I'd really like to get it
working on Solaris.
Simple. For a VAX, simh tries to detect the instruction
sequence that the OS do in the idle loop. That's why it
depends on which OS you are running on the emulated machine.
For a PDP-11 it is (supposedly) simpler, since hopefully
the idle loop
of the OS uses the PDP-11 WAIT instruction, but that
actually depends
on which OS we're talking about. Not sure that RT-11 do,
for instance.
(I have some vague memory of discussing this with someone a
few years
ago, and coming to the realization that not all PDP-11
software might
be using the WAIT.)
For other hardware and OS combinations, the answers might
differ even more.
The doc says that RT and Unix do it differently (no WAIT). I
haven't seen the Unix code but I did see the one for RT (F/B
version), and indeed, no WAIT instruction there. I'm not
sure why not. RT11 S/J seems to just be full of spin loops,
no central idle of any kind that I can see.
paul
Paul,
I think that depends on whether or not the idle loop pattern (for the
console light display) is being used. The lights pattern most certainly
makes use of the WAIT instruction. The SJ monitor is a completely
different beast than FB and friends - no question about it!
Well, there are more ways to spin a cat... Or spin the lights in this case. WAIT is one way to show something on the front panel. Loading the display register is another.
RT-11 is in fact using the Switch Register at 177570 to display things on the front panel.
Look at RMONFB.MAC, around line 4800, to see the code.
(Every time I read the RT-11 sources, I feel a little dirty... No offense meant for the RT-11 fans around here or anywhere.)
It's all conditionalized on LIGH$T, and there is not even the option if you are running the SJ monitor...
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
On 2012-06-05 03:50, Peter Lothberg wrote:
For people who don't need LAT and have a Cisco box, this is way better
than the bridge program.
(If you really want LAT with other parts of HECnet, then there is no
alternative to the bridge...)
You can bridge LAT with the cisco box... -:) ((It might even HELP you
with LAT over WAN....)) (And it can act as a LAT termianl server)
Nice. I did not know that. That's even better. Will it just bridge the protocols you ask for, or will it do them all? Hmm, I assume it's using GRE for this?
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
On 2012-06-05 02:57, Paul_Koning at Dell.com wrote:
On Jun 4, 2012, at 6:22 PM, Johnny Billquist wrote:
On 2012-06-04 13:52, Brian Hechinger wrote:
Anyone know how it works? I'd really like to get it working on Solaris.
Simple. For a VAX, simh tries to detect the instruction sequence that the OS do in the idle loop. That's why it depends on which OS you are running on the emulated machine.
For a PDP-11 it is (supposedly) simpler, since hopefully the idle loop of the OS uses the PDP-11 WAIT instruction, but that actually depends on which OS we're talking about. Not sure that RT-11 do, for instance. (I have some vague memory of discussing this with someone a few years ago, and coming to the realization that not all PDP-11 software might be using the WAIT.)
For other hardware and OS combinations, the answers might differ even more.
The doc says that RT and Unix do it differently (no WAIT). I haven't seen the Unix code but I did see the one for RT (F/B version), and indeed, no WAIT instruction there. I'm not sure why not. RT11 S/J seems to just be full of spin loops, no central idle of any kind that I can see.
Right. I think my discussion with whomever it was actually centered around RT-11 and Unix. I had to go digging in the Unix code (since I have been playing quite a lot with 2.11BSD), and the information is incorrect on Unix. I searched all the way back to 7th edition (if I remember right), and Unix on the PDP-11 is using WAIT, and always have been. If anyone can find any other pointers to any Unix not using WAIT, I'm always interested in hearing. Since I normally only play with 2.11BSD with all kind of patches, I might definitely have missed something in past history.
But thanks on the confirmation for RT-11. I seemed to remember having checked that one and not found any WAIT, but I was way too unsure to claim anything.
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
For people who don't need LAT and have a Cisco box, this is way better
than the bridge program.
(If you really want LAT with other parts of HECnet, then there is no
alternative to the bridge...)
You can bridge LAT with the cisco box... -:) ((It might even HELP you
with LAT over WAN....)) (And it can act as a LAT termianl server)
-P
-----Original Message-----
From: owner-hecnet at Update.UU.SE
[mailto:owner-hecnet at Update.UU.SE] On Behalf Of Paul_Koning at Dell.com
Sent: Monday, June 04, 2012 20:58
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] Speaking of IDLE
On Jun 4, 2012, at 6:22 PM, Johnny Billquist wrote:
On 2012-06-04 13:52, Brian Hechinger wrote:
Anyone know how it works? I'd really like to get it
working on Solaris.
Simple. For a VAX, simh tries to detect the instruction
sequence that the OS do in the idle loop. That's why it
depends on which OS you are running on the emulated machine.
For a PDP-11 it is (supposedly) simpler, since hopefully
the idle loop
of the OS uses the PDP-11 WAIT instruction, but that
actually depends
on which OS we're talking about. Not sure that RT-11 do,
for instance.
(I have some vague memory of discussing this with someone a
few years
ago, and coming to the realization that not all PDP-11
software might
be using the WAIT.)
For other hardware and OS combinations, the answers might
differ even more.
The doc says that RT and Unix do it differently (no WAIT). I
haven't seen the Unix code but I did see the one for RT (F/B
version), and indeed, no WAIT instruction there. I'm not
sure why not. RT11 S/J seems to just be full of spin loops,
no central idle of any kind that I can see.
paul
Paul,
I think that depends on whether or not the idle loop pattern (for the
console light display) is being used. The lights pattern most certainly
makes use of the WAIT instruction. The SJ monitor is a completely
different beast than FB and friends - no question about it!
-Steve
On Mon, Jun 4, 2012 at 8:51 PM, Dave McGuire <mcguire at neurotica.com> wrote:
On 06/04/2012 12:13 PM, Brian Hechinger wrote:
SIMH 3.9 somehow kernel paniced my solaris server!
Wow.
-brian
ps: it's older solaris, but stil!
Holy cow! I have NEVER seen that happen. (which is why I run it!)
How the heck did you do that?
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
Hello!
I agree. I have my site (website http://www.gregg.levine.name )
running there because its a lot more sturdy then a peripatetic Linux
system who has other issues.
However I take it back, you're right Brian. The release you're running
is old by design, the literal information that uname told me confirmed
that the kernel (as such) is definitely part of the Sol11 release
cycle, but from that time period.
-----
Gregg C Levine gregg.drwho8 at gmail.com
"This signature fought the Time Wars, time and again."
On Jun 4, 2012, at 6:22 PM, Johnny Billquist wrote:
On 2012-06-04 13:52, Brian Hechinger wrote:
Anyone know how it works? I'd really like to get it working on Solaris.
Simple. For a VAX, simh tries to detect the instruction sequence that the OS do in the idle loop. That's why it depends on which OS you are running on the emulated machine.
For a PDP-11 it is (supposedly) simpler, since hopefully the idle loop of the OS uses the PDP-11 WAIT instruction, but that actually depends on which OS we're talking about. Not sure that RT-11 do, for instance. (I have some vague memory of discussing this with someone a few years ago, and coming to the realization that not all PDP-11 software might be using the WAIT.)
For other hardware and OS combinations, the answers might differ even more.
The doc says that RT and Unix do it differently (no WAIT). I haven't seen the Unix code but I did see the one for RT (F/B version), and indeed, no WAIT instruction there. I'm not sure why not. RT11 S/J seems to just be full of spin loops, no central idle of any kind that I can see.
paul
On 06/04/2012 12:13 PM, Brian Hechinger wrote:
SIMH 3.9 somehow kernel paniced my solaris server!
Wow.
-brian
ps: it's older solaris, but stil!
Holy cow! I have NEVER seen that happen. (which is why I run it!)
How the heck did you do that?
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 06/04/2012 06:17 PM, Johnny Billquist wrote:
FYI - Update now have a Cisco box, which will be setup within a few days
to be able to route DECnet over IP, so that will become another options
to hook into HECnet at the Update site.
For people who don't need LAT and have a Cisco box, this is way better
than the bridge program.
(If you really want LAT with other parts of HECnet, then there is no
alternative to the bridge...)
One can also bridge LAT via a Cisco. And Cisco IOS also has a native
LAT-over-IP encapsulation implementation for doing exactly this. I hope
to work on that soon. I've had to drop out of sight for a bit lately in
order to get some work done (and working on getting some ham antennas up
on the roof!) but I'll be back in HECnet-hack-land soon.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 06/04/2012 06:15 PM, Johnny Billquist wrote:
VAX KA655X simulation is... sluggish. I'm used to running it on 1.xGHz
x86_64 CPUs (Atom or AMD) with fast hard drives or SATA SSD. The CPU
speed makes it slow but imagine it's as fast or faster than a real
late model VAX. It's by no means perishingly annoying, it just takes a
little thinking between operations. I think I may be spoilt as I've
never used a real VAX.
It would be interesting to hear of a comparison. The "newer" VAXen are
really not that bad. But of course, everything is relative...
Some of them are downright zippy. I'll have a VAX 7000 and a
4000-700a on HECnet soon! Zoom!
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
The problem isn't the "guest" OS (VMS in this case) it's simh and its interaction with Solaris.
I can enable idle detection just fine on other OSes but on Solaris I get an error when I try to enable it.
-brian
On 6/4/2012 8:21 PM, Boyanich, Alastair wrote:
G'day Brian,
There's idle detection time in SIMH for VMS.. it's quite picky though
about the OS chosen. "The Hoff" documents it well here:
http://labs.hoffmanlabs.com/node/931
Al.
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Brian Hechinger
Sent: Monday, 4 June 2012 9:26 PM
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] Raspberry Pi + SIMH VAX?
Wouldn't it be easier (and more efficient) to use TAP interfaces?
That's what I'm going to do as soon as I have time. (Well, Crossbow on
Solaris
instead of TAP but same idea)
-brian
G'day Brian,
There's idle detection time in SIMH for VMS.. it's quite picky though
about the OS chosen. "The Hoff" documents it well here:
http://labs.hoffmanlabs.com/node/931
Al.
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On
Behalf Of Brian Hechinger
Sent: Monday, 4 June 2012 9:26 PM
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] Raspberry Pi + SIMH VAX?
Wouldn't it be easier (and more efficient) to use TAP interfaces?
That's what I'm going to do as soon as I have time. (Well, Crossbow on
Solaris
instead of TAP but same idea)
-brian