Screen Version
School of Computer Science & Engineering
University of New South Wales

 Advanced Operating Systems 
 COMP9242 2009/S2 

Using Sulima


Sulima is an Instruction Set Architecture simulator, developed by Patryk Zadarnowski. Matthew Chapman recently got L4 working on this and you may find this useful for working on your project outside the labs.

To use Sulima for the project locally at CSE:

  1. tar xzvf /home/cs9242/public_html/src/sulima-local.tar.gz .
  2. Build your kernel image in the sulima/pager directory as per the project instructions.
  3. Execute ./run in the Sulima root directory.

To use Sulima for the project anywhere else:

  1. Download http://www.cse.unsw.edu.au/~cs9242/src/sulima-src.tar.gz.
  2. tar xzvf sulima-src.tar.gz .
  3. Follow the instructions in the README in the root Sulima directory.
  4. Build your kernel image in the sulima/pager directory as per the project instructions.
  5. Execute ./run in the Sulima root directory.
    Last modified: 15 Aug 2002.