Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.vms > #377996

Re: Semper VMS - Nuclear Mode

From jayjwa <jayjwa@atr2.ath.cx.invalid>
Newsgroups comp.os.vms
Subject Re: Semper VMS - Nuclear Mode
Date 2025-10-27 15:55 -0400
Organization Atr2 RG 2025
Message-ID <873474p1an.fsf@atr2.ath.cx> (permalink)
References (4 earlier) <10dktto$9h2$2@news.misty.com> <mm6issFbt72U1@mid.individual.net> <68fe3672$0$668$14726298@news.sunsite.dk> <mm81r8Fbt72U2@mid.individual.net> <10dmk89$bj46$1@dont-email.me>

Show all headers | View raw


Arne Vajhøj <arne@vajhoej.dk> writes:

>> I doubt VAXELN will run MACRO-11 or that it will run on a PDP-11.
This is what the ICP claims to support:

Do you want to build an ICP for an rtVAX 1000 or MicroVAX I, II, 3200,
3300, 3400, 35NN, 36NN, 3800, 3900, 4000 [NO] ? yes
Do you want to build an ICP for MicroVAX 3100 Model 30,40,80 [NO] ?
Do you want to build an ICP for MicroVAX 2000, MicroVAX 3100 [NO] ?
Do you want to build an ICP for KAV30 [NO] ?
Do you want to build an ICP for 6000-2NN, 6000-3NN [NO] ?
Do you want to build an ICP for 6000-4NN [NO] ?
Do you want to build an ICP for 6000-5NN [NO] ?
Do you want to build an ICP for 6000-6NN [NO] ?
Do you want to build an ICP for 9000 [NO] ?
Do you want to build an ICP for VAXstation II/GPX, VAXstation 3200 [NO] ?
Do you want to build an ICP for VAXstation II [NO] ?
Do you want to build an ICP for GPX VAXstation 2000, VAXstation 3100 [NO] ?
Do you want to build an ICP for monochrome VAXstation 2000, VAXstation 3100 [NO] ?
Do you want to build an ICP for SPX VAXstation 3100 [NO] ?
Do you want to build an ICP for VAXstation 4000 Model 60,VLC [NO] ?

> My understanding about VAXELN (based on what I have been told - no
> personal experience) is that you link the OS into the application
> and deploy the application (with embedded OS) directly on
> the VAX.
It's an SDK but no one calls it that. It would be much easier to
understand if they did. One creates an application in C or Pascal. Then
you compile/link it with ELN libraries. Maybe it supports other
languages but the docs mention C and Pascal.

$ cc program.c + ELN$:VAXELNC/LIB
$ link program.obj + ELN$:RTLSHARE/LIB + RTL/LIB
Then a .SYS gets create with ebuild.
$ ebuild program

This .SYS is then downline loaded on a supported system from the VMS
node ELN is on.

$ copy SAMPLE.SYS SYS$COMMON:[MOM$SYSTEM]
$ dir SYS$COMMON:[MOM$SYSTEM]

Directory SYS$COMMON:[MOM$SYSTEM]

READ_ADDR.SYS;10    SAMPLE.SYS;5

Total of 2 files.

Set the node to load this file on the target. SIMH has an rtvax1000 that
will work. Note that it is diskless and boots off the network.

$ ncp set node 1.16 load file SAMPLE.SYS

$ ncp show node 1.16 char
Node Volatile Characteristics as of 18-DEC-2023 20:35:21
Remote node =   1.16
Service circuit          = QNA-0
Hardware address         = AA-00-04-00-10-04
Load file                = SAMPLE.SYS

...
set xq mac=aa:00:04:00:10:04
set xq ena
att xq tap:tap6
boot cpu

rtVAX1000 (KA620) simulator V4.0-0 Current        git commit id: f4f30298
Logging to file "/opt/simulations/rtvax1000/install_rtvax1000.log"
./rtvax1000.ini-66> att xq tap:tap6
%SIM-INFO: Eth: opened OS device tap6
./rtvax1000.ini-70> boot cpu
%SIM-INFO: Loading boot code from internal ka620.bin

KA620-A.V1.1

Performing normal system tests.

  5..4..3..

Tests completed.


>>> boot xqa0

  2..1..0..



%VAXELN system initializing

       VAXELN V4.6  QBUS


Hello!

From the host side (one year is wrong for some reason):

$
%%%%%%%%%%%  OPCOM  18-DEC-2023 20:35:32.35  %%%%%%%%%%%
Message from user DECNET on KUSHAL
DECnet event 0.3, automatic line service
From node 1.12 (KUSHAL),  1-JAN-2041 00:00:00.00
Circuit QNA-0, Load, Requested, Node = 1.16, File = SAMPLE.SYS
Operating system, Ethernet address = AA-00-04-00-10-04

$
%%%%%%%%%%%  OPCOM  18-DEC-2023 20:35:37.33  %%%%%%%%%%%
Message from user DECNET on KUSHAL
DECnet event 0.3, automatic line service
From node 1.12 (KUSHAL),  1-JAN-2041 00:00:00.00
Circuit QNA-0, Load, Successful, Node = 1.16, File = SAMPLE.SYS
Operating system, Ethernet address = AA-00-04-00-10-04

-- 
PGP Key ID: 781C A3E2 C6ED 70A6 B356  7AF5 B510 542E D460 5CAE
       "The Internet should always be the Wild West!"

Back to comp.os.vms | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Semper VMS - Nuclear Mode Subcommandante XDelta <vlf@star.enet.dec.com> - 2025-10-24 23:31 +1100
  Re: Semper VMS - Nuclear Mode Arne Vajhøj <arne@vajhoej.dk> - 2025-10-24 08:49 -0400
    Re: Semper VMS - Nuclear Mode bill <bill.gunshannon@gmail.com> - 2025-10-24 10:45 -0400
      Re: Semper VMS - Nuclear Mode Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> - 2025-10-24 17:16 +0000
    Re: Semper VMS - Nuclear Mode Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> - 2025-10-24 17:30 +0000
      Re: Semper VMS - Nuclear Mode Arne Vajhøj <arne@vajhoej.dk> - 2025-10-24 13:42 -0400
        Re: Semper VMS - Nuclear Mode jgd@cix.co.uk (John Dallman) - 2025-10-24 21:01 +0100
          Re: Semper VMS - Nuclear Mode Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> - 2025-10-28 13:16 +0000
        Re: Semper VMS - Nuclear Mode drb@ihatespam.msu.edu (Dennis Boone) - 2025-10-26 15:56 +0000
          Re: Semper VMS - Nuclear Mode Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> - 2025-10-28 13:09 +0000
    Re: Semper VMS - Nuclear Mode Dave Froble <davef@tsoft-inc.com> - 2025-10-26 20:45 -0400
  Re: Semper VMS - Nuclear Mode Michael S <already5chosen@yahoo.com> - 2025-10-24 16:58 +0300
    Re: Semper VMS - Nuclear Mode Arne Vajhøj <arne@vajhoej.dk> - 2025-10-24 09:07 -0400
      Re: Semper VMS - Nuclear Mode Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-24 21:02 +0000
      Re: Semper VMS - Nuclear Mode Michael S <already5chosen@yahoo.com> - 2025-10-26 17:37 +0200
    Re: Semper VMS - Nuclear Mode Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-24 20:59 +0000
  Re: Semper VMS - Nuclear Mode Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> - 2025-10-24 17:13 +0000
    Re: Semper VMS - Nuclear Mode Arne Vajhøj <arne@vajhoej.dk> - 2025-10-24 13:34 -0400
      Re: Semper VMS - Nuclear Mode Chris Townley <news@cct-net.co.uk> - 2025-10-24 18:46 +0100
        Re: Semper VMS - Nuclear Mode Arne Vajhøj <arne@vajhoej.dk> - 2025-10-24 13:51 -0400
          Re: Semper VMS - Nuclear Mode Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-24 21:05 +0000
        Re: Semper VMS - Nuclear Mode cross@spitfire.i.gajendra.net (Dan Cross) - 2025-10-24 18:18 +0000
        Re: Semper VMS - Nuclear Mode Johnny Billquist <bqt@softjar.se> - 2025-10-26 11:40 +0100
          Re: Semper VMS - Nuclear Mode Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-10-26 15:36 +0100
      Re: Semper VMS - Nuclear Mode bill <bill.gunshannon@gmail.com> - 2025-10-24 21:35 -0400
        Re: Semper VMS - Nuclear Mode Johnny Billquist <bqt@softjar.se> - 2025-10-26 11:42 +0100
          Re: Semper VMS - Nuclear Mode bill <bill.gunshannon@gmail.com> - 2025-10-26 08:35 -0400
            Re: Semper VMS - Nuclear Mode Arne Vajhøj <arne@vajhoej.dk> - 2025-10-26 10:55 -0400
              Re: Semper VMS - Nuclear Mode bill <bill.gunshannon@gmail.com> - 2025-10-26 21:56 -0400
                Re: Semper VMS - Nuclear Mode Arne Vajhøj <arne@vajhoej.dk> - 2025-10-26 22:09 -0400
                Re: Semper VMS - Nuclear Mode cross@spitfire.i.gajendra.net (Dan Cross) - 2025-10-27 10:16 +0000
                Re: Semper VMS - Nuclear Mode jayjwa <jayjwa@atr2.ath.cx.invalid> - 2025-10-27 15:55 -0400
                Re: Semper VMS - Nuclear Mode cross@spitfire.i.gajendra.net (Dan Cross) - 2025-10-28 12:58 +0000
                Re: Semper VMS - Nuclear Mode Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> - 2025-10-28 13:54 +0000
                Re: Semper VMS - Nuclear Mode "Robert A. Brooks" <FIRST.LAST@vmssoftware.com> - 2025-10-28 12:15 -0400
                Re: Semper VMS - Nuclear Mode Johnny Billquist <bqt@softjar.se> - 2025-10-29 10:04 +0100
                Re: Semper VMS - Nuclear Mode Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> - 2025-10-29 13:13 +0000
      Re: Semper VMS - Nuclear Mode Arne Vajhøj <arne@vajhoej.dk> - 2025-10-26 17:44 -0400
        Re: Semper VMS - Nuclear Mode cross@spitfire.i.gajendra.net (Dan Cross) - 2025-10-27 10:17 +0000
    Re: Semper VMS - Nuclear Mode cross@spitfire.i.gajendra.net (Dan Cross) - 2025-10-24 18:10 +0000
      Re: Semper VMS - Nuclear Mode bill <bill.gunshannon@gmail.com> - 2025-10-24 21:38 -0400
      Re: Semper VMS - Nuclear Mode Dave Froble <davef@tsoft-inc.com> - 2025-10-26 21:57 -0400
        Re: Semper VMS - Nuclear Mode cross@spitfire.i.gajendra.net (Dan Cross) - 2025-10-27 10:22 +0000
          Re: Semper VMS - Nuclear Mode antispam@fricas.org (Waldek Hebisch) - 2025-10-27 11:23 +0000
            Re: Semper VMS - Nuclear Mode cross@spitfire.i.gajendra.net (Dan Cross) - 2025-10-27 14:05 +0000
              Re: Semper VMS - Nuclear Mode Rich Alderson <news@alderson.users.panix.com> - 2025-10-27 18:06 -0400
            Re: Semper VMS - Nuclear Mode Arne Vajhøj <arne@vajhoej.dk> - 2025-10-27 19:37 -0400
  Re: Semper VMS - Nuclear Mode Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-24 20:53 +0000
  Re: Semper VMS - Nuclear Mode Olorin <no_email@invalid.invalid> - 2025-10-30 09:14 +0000
    Re: Semper VMS - Nuclear Mode cross@spitfire.i.gajendra.net (Dan Cross) - 2025-10-30 10:52 +0000

csiph-web