Downloading Complete Package
To get the latest complete package, click here Version 1.0.1Downloading Components
To download the bleeding edge versions of individual components as ZIP, use the following links
Git is a version controlling system to manage the source code. Project XOS is version controlled using Git. It is hosted on Github. Visit Project Page.
To download the package using Git, you must have Git installed on your computer. See Github Help for installing Git.
Downloading Compononets
You can download updated compenents of the project individually using Git. Use git clone command to download a component completely.Machine (XSM) Simulator
git clone https://github.com/xosnitc/xsm
Filesystem (XFS) Interface
git clone https://github.com/xosnitc/xfs-interface
SPL Compiler
git clone https://github.com/xosnitc/spl
APL Compiler
git clone https://github.com/xosnitc/apl
Keeping up-to-date
To keep your repository up-to-date with the latest changes, cd into the corresponding directory. Use,
git pull