mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
Cleaned up readme documentation to avoid potential confusion when initially setting up a windows build environment.
This commit is contained in:
@@ -23,18 +23,29 @@ The contents of the windows-build directory can be downloaded from:
|
||||
|
||||
https://github.com/simh/windows-build/archive/windows-build.zip
|
||||
|
||||
Download and extract the contents of this zip file into the appropriate
|
||||
place in your directory structure. You do not need to do anything else
|
||||
but have this directory properly located.
|
||||
|
||||
Network devices are capable of using pthreads to enhance their performance.
|
||||
To realize these benefits, you must build the desire simulator with
|
||||
USE_READER_THREAD defined. The relevant simulators which have network
|
||||
support are VAX, VAX780 and PDP11.
|
||||
support are all of the VAX simulators and the PDP11 simulator.
|
||||
|
||||
Additionally, simulators which contain devices which use the asynchronous
|
||||
APIs in sim_disk.c and sim_tape.c can also achieve greater performance by
|
||||
leveraging pthreads to perform blocking I/O in separate threads. Currently
|
||||
the simulators which have such devices are VAX, VAX780 and PDP11. To
|
||||
achieve these benefits the simulators must be built with SIM_ASYNCH_IO
|
||||
defined.
|
||||
the simulators which have such devices are all of the VAX simulators and
|
||||
the PDP11. To achieve these benefits the simulators must be built with
|
||||
SIM_ASYNCH_IO defined.
|
||||
|
||||
The project files in this directory build these simulators with support for
|
||||
both network and asynchronous I/O.
|
||||
|
||||
To build any of the supported simulators you should open the simh.sln file
|
||||
in this directory.
|
||||
|
||||
If you are using a version of Visual Studio beyond Visual Studio 2008, then
|
||||
your later version of Visual Studio will automatically convert the Visual
|
||||
Studio 2008 project fils. You should ignore any warnings produced by the
|
||||
conversion process.
|
||||
|
||||
Reference in New Issue
Block a user