Generate a PDP11 emulation test-set using simh.
Find a file
Mark Pizzolato 2532ff4fac Remove ECLIPSE from the VAX build since it requires 64b and move the presumed location of PCAP-VMS up one directory level.
This is being done so that it is not entangled with the rest of
the simh sources and is at the same level presumed for the Windows
pcap components presumed in the Visual Studio Projects.

The PCAP-VMS components are presumed (by this procedure) to be located
in a directory at the same level as the directory containing the
simh source files.  For example, if these exist here:

  []descrip.mms
  []scp.c
  etc.

Then the following should exist:

  [-.PCAP-VMS]BUILD_ALL.COM
  [-.PCAP-VMS.PCAP-VCI]
  [-.PCAP-VMS.PCAPVCM]
  etc.
2011-04-20 12:44:01 -07:00
ALTAIR Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
AltairZ80 Cleaned up filename cases to be consistent for cross platform builds 2011-04-19 16:02:45 -07:00
GRI Notes For V3.8 2011-04-15 08:36:09 -07:00
H316 Notes For V3.8 2011-04-15 08:36:09 -07:00
HP2100 Notes For V3.8 2011-04-15 08:36:09 -07:00
I1401 Notes For V3.8 2011-04-15 08:36:09 -07:00
I1620 Compile cleanups. 2011-04-19 16:18:26 -07:00
I7094 Notes For V3.8 2011-04-15 08:36:09 -07:00
Ibm1130 Compile cleanups. 2011-04-19 16:18:26 -07:00
Interdata Notes For V3.8 2011-04-15 08:36:09 -07:00
LGP Notes For V3.8 2011-04-15 08:36:09 -07:00
NOVA Merge branch 'FastAsynchIO' into simhv38-2-rc2 2011-04-15 10:47:35 -07:00
PDP1 Notes For V3.8 2011-04-15 08:36:09 -07:00
PDP8 Notes For V3.8 2011-04-15 08:36:09 -07:00
PDP10 Merge branch 'FastAsynchIO' into simhv38-2-rc2 2011-04-15 10:47:35 -07:00
PDP11 pdp11_xq Fixed save/restore behavior 2011-04-20 06:06:33 -07:00
PDP18B Merge branch 'FastAsynchIO' into simhv38-2-rc2 2011-04-15 10:47:35 -07:00
S3 Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
SDS Notes For V3.8 2011-04-15 08:36:09 -07:00
swtp Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
VAX Compile cleanups. 2011-04-19 16:18:26 -07:00
Visual Studio Projects Added Visual Studio Projects for VS2008 and VS2010 2011-04-15 08:51:11 -07:00
.gitattributes simh v2.5 2011-04-15 08:33:23 -07:00
.gitignore Enriched .gitignore to avoid testing/working files 2011-04-17 15:28:46 -07:00
0readme_38.txt Notes For V3.8 2011-04-15 08:36:09 -07:00
0readme_ethernet.txt Merged in new ethernet code to potentially leverage AsynchIO 2011-04-15 08:53:01 -07:00
0readmeAsynchIO.txt Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
build_mingw.bat Notes For V3.2-0 2011-04-15 08:34:26 -07:00
build_mingw_ether.bat Notes For V3.2-0 2011-04-15 08:34:26 -07:00
descrip.mms Remove ECLIPSE from the VAX build since it requires 64b and move the presumed location of PCAP-VMS up one directory level. 2011-04-20 12:44:01 -07:00
makefile Cleaned up filename cases to be consistent for cross platform builds 2011-04-19 16:02:45 -07:00
scp.c scp - Added expansion of %STATUS% and %TSTATUS% in do command 2011-04-20 11:11:22 -07:00
scp.h scp - Added expansion of %STATUS% and %TSTATUS% in do command 2011-04-20 11:11:22 -07:00
sim_console.c Compile cleanups. 2011-04-19 16:18:26 -07:00
sim_console.h Added Buffered Console Capabilities 2011-04-15 08:43:07 -07:00
sim_console_old.c Notes For V3.8 2011-04-15 08:36:09 -07:00
sim_defs.h Merge branch 'FastAsynchIO' into simhv38-2-rc2 2011-04-15 10:47:35 -07:00
sim_disk.c Fixed missing void declaration 2011-04-18 16:23:23 -07:00
sim_disk.h Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
sim_ether.c Fixed bug with self loopback packets in multithreaded environments 2011-04-18 16:07:23 -07:00
sim_ether.h Fixed bug with self loopback packets in multithreaded environments 2011-04-18 16:07:23 -07:00
sim_fio.c Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
sim_fio.h Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
sim_rev.h Notes For V3.8 2011-04-15 08:36:09 -07:00
sim_sock.c Notes For V3.8 2011-04-15 08:36:09 -07:00
sim_sock.h Notes For V3.8 2011-04-15 08:35:54 -07:00
sim_tape.c Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
sim_tape.h Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
sim_timer.c Merge branch 'FastAsynchIO' into simhv38-2-rc2 2011-04-15 10:47:35 -07:00
sim_timer.h Notes For V3.8 2011-04-15 08:35:54 -07:00
sim_tmxr.c Merge branch 'BufferedConsole' into simhv3.8-2.rc2 2011-04-15 09:22:37 -07:00
sim_tmxr.h Added Buffered Console Capabilities 2011-04-15 08:43:07 -07:00
sim_tmxr_old.c Notes For V3.8 2011-04-15 08:36:09 -07:00