Clarified operational requirements for SIM_ASYNCH_IO on Windows
This commit is contained in:
parent
d8b900ea8d
commit
f2b583759a
1 changed files with 1 additions and 2 deletions
|
@ -142,8 +142,7 @@ Most *nix platforms have these APIs available and on these platforms
|
||||||
simh is typically built with these available since on these platforms,
|
simh is typically built with these available since on these platforms,
|
||||||
pthreads is required for simh networking support. Windows can also
|
pthreads is required for simh networking support. Windows can also
|
||||||
utilize the pthreads APIs if the compile and run time support for the
|
utilize the pthreads APIs if the compile and run time support for the
|
||||||
win32Pthreads package has been installed on the build system and the
|
win32Pthreads package has been installed on the build system.
|
||||||
run time dll is available in the execution environment.
|
|
||||||
|
|
||||||
Sample Asynch I/O device implementations.
|
Sample Asynch I/O device implementations.
|
||||||
The pdp11_rq.c module has been refactored to leverage the asynch I/O
|
The pdp11_rq.c module has been refactored to leverage the asynch I/O
|
||||||
|
|
Loading…
Add table
Reference in a new issue