basekernel/ossim
2025-01-13 14:12:32 +01:00
..
lib Mon 13 Jan 2025 02:11:23 PM CET 2025-01-13 14:11:43 +01:00
ossim.htm Mon 13 Jan 2025 02:12:07 PM CET 2025-01-13 14:12:27 +01:00
ossim.jar Mon 13 Jan 2025 02:11:53 PM CET 2025-01-13 14:12:17 +01:00
ossim.sh Mon 13 Jan 2025 02:11:48 PM CET 2025-01-13 14:12:07 +01:00
ossim2.sh Mon 13 Jan 2025 02:11:39 PM CET 2025-01-13 14:11:58 +01:00
README Mon 13 Jan 2025 02:12:12 PM CET 2025-01-13 14:12:32 +01:00

 
 What is it? 
 ----------- 

OS Sim (Operating Systems Concepts Simulator) is an
educational purpose application for graphically simulate operating
systems concepts and complement the computer science students learning.

It focuses in four different OS components
process scheduling
memory management
file system management 
disk scheduling policies

  Information
  --------------

Site: https://sourceforge.net/projects/oscsimulator
Author: Alex Macia
License : BSD 
Current version: 1.1

 Minimum Requirements
 -----------------------------

java version 1.6  or later  (OpenJDK Runtime Environment recommended)

Screen Resolution (Recommended): 800x600 pixels or higher 

 Installation Instructions 
 ------------------------- 

  Unpack the archive into a suitable directory structure. 

  tar -xzf ossim-<version>.tar.gz

  eg

  $tar -xzf ossim-1.0.tar.gz

 Running on the command line (Linux)
 -----------------------------------

$java -jar ossim.jar 

Or alternativelly running script  (Change to the installation folder)

$./ossim.sh

 Running on a Windows platform
 -----------------------------

You can start the ossim.jar, by  (double-)clicking it. 

 Running Applet version (Cross platform)
 ---------------------------------------

Open ossim.html in your favorite web browser

Running OS Sim as an Applet has some limitations due to java security issues, 
it is not possible to open nor save simulations.