Mark Pizzolato schreef op 11-4-2016 om 18:53:

1)confirm that you’re using recent code from the master branch of the github repo: https://github.com/simh/simh

downloaded and built on March 26.

2)Provide the output produced while building your simulator

I did not save this. Build was "Uneventful". Will take some time on the Raspberry Pi Zero. Can do it again but will be over the weekend.

3)Provide The output produced by the SHOW VERSION command

sim> show version
MicroVAX II (KA630) simulator V4.0-0 Beta
        Simulator Framework Capabilities:
                64b data
                64b addresses
                Ethernet Packet transports:PCAP:TAP:NAT:UDP
                Idle/Throttling support is available
                Virtual Hard Disk (VHD) support
                RAW disk and CD/DVD ROM support
                Asynchronous I/O support
                FrontPanel API Version 1
        Host Platform:
                Compiler: GCC 4.9.2
                Simulator Compiled: Mar 26 2016 at 13:05:07
                Memory Access: Little Endian
                Memory Pointer Size: 32 bits
                Large File (>2GB) support
                SDL Video support: SDL Version 1.2.15
                PCRE RegEx support for EXPECT commands
                OS clock resolution: 1ms
                Time taken by msleep(1): 2ms
OS: Linux raspi0 4.1.19+ #858 Tue Mar 15 15:52:03 GMT 2016 armv6l GNU/Linux

        git commit id: 4d51d63a

4)Provide The output produced when running the simulator with your configuration file up until the “$! Copyright 2001 Compaq Computer Corporation.”


pi@raspi0 ~ $ ls -l /opt/simh-master/BIN
total 2764
-rwxr-xr-x 1 root root 1324064 Mar 26 13:09 microvax2
-rw-r--r-- 1 root root      64 Apr 12 08:23 nvram.bin

root is the owner of nvram.bin, and may read&write. simh is always started as root (sudo).

Now with "set debug stdout" and "set wtc debug", the simulator exits at the point where (I think) it tries to write debug output. Now to start debugging the debug setup?

/Wilm

pi@raspi0 ~ $ sudo /opt/simh-master/BIN/microvax2 /opt/simh-master/vaxclus.ini

MicroVAX II (KA630) simulator V4.0-0 Beta        git commit id: 4d51d63a
NVR: buffering file in memory
Listening on port 10000
libpcap version 1.6.2
Eth: opened OS device tap0
sim> set debug stdout
Debug output to "STDOUT"
Debug output to "STDOUT" at Tue Apr 12 08:42:44 2016
MicroVAX II (KA630) simulator V4.0-0 Beta        git commit id: 4d51d63a
sim> set wtc debug
sim> b
Loading boot code from internal ka630.bin
pi@raspi0 ~ $

and BANG! she ends... which she does not do without the debug stuff
_______________________________________________
Simh mailing list
[email protected]
http://mailman.trailing-edge.com/mailman/listinfo/simh

Reply via email to