This repository contains simulation configurations for the JavaSystemSimulator project (available in its own repository: https://github.com/ComputingMongoose/JavaSystemSimulator )
First download the latest JavaSystemSimulator.jar from the Releases: https://github.com/ComputingMongoose/JavaSystemSimulator/tags
To start a simulation run:
java -jar JavaSystemSimulator.jar <simulation_folder>
Example (assuming the current directory is the repository and the JavaSystemSimulator.jar was downloaded here):
java -jar JavaSystemSimulator.jar simulations/Intellec_4_mod_40/basic_system_with_monitor
When running a simulation, multiple windows may appear, corresponding to each peripheral device. Some devices may allow for mouse interaction, while others will only allow keyboard interaction. Each simulation typically has a README file detailing the specifics of that simulation.
A guide for creating new simulations is available here: https://computingmongoose.github.io/jss/howto_simulation.html .
More instructions on how to run a simulation are available here: https://computingmongoose.github.io/jss/howto_run_simulation.html .
Checkout my YouTube channel for videos about the JavaSystemSimulator project: https://www.youtube.com/@ComputingMongoose/
Checkout my website: https://computingmongoose.github.io/
For any part of this work for which the license is applicable, this work is licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International license. See LICENSE.CC-BY-NC-ND-4.0.
Any part of this work that is known to be derived from an existing work is licensed under the license of that existing work. Where such license is known, the license text is included in the LICENSE.ext file, where "ext" indicates the license.