mirror of
https://github.com/simh/simh.git
synced 2026-01-13 15:27:14 +00:00
These changes facilitate more robust parameter type checking and helps to identify unexpected coding errors. Most simulators can now also be compiled with a C++ compiler without warnings. Additionally, these changes have also been configured to facilitate easier backporting of simulator and device simulation modules to run under the simh v3.9+ SCP framework.
The files in and below this directory are the necessary glue and stubs to allow the effectively unmodified qemu slirp code to be used in simh as a network connection mechanism. Most of the include files here started from related files in the qemu include directories and have been chopped up and tweaked as necessary so that the slirp code can be used outside of qemu. Slirp depends on a small set of capabilities from glib (GArrays mostly). All of the other include files exist so that the references in the slirp code don't have to be modified. - Mark Pizzolato