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:
- tar xzvf /home/cs9242/public_html/src/sulima-local.tar.gz .
- Build your kernel image in the sulima/pager directory as per the project instructions.
- Execute ./run in the Sulima root directory.
To use Sulima for the project anywhere else:
- Download
http://www.cse.unsw.edu.au/~cs9242/src/sulima-src.tar.gz.
- tar xzvf sulima-src.tar.gz .
- Follow the instructions in the
README
in the root Sulima directory.
- Build your kernel image in the sulima/pager directory as per the project instructions.
- Execute ./run in the Sulima root directory.
Last modified:
15 Aug 2002.