-
Install VirtualBox
-
Download zipped MINIX-LCOM image
-
Extract the image from the zip
-
Open the .vbox file using Virtual Box
- double-clicking the file should execute Virtual Box with the settings for the MINIX-LCOM VM
-
You need to share a folder under the MINIX-LCOM/ folder that you unzipped above. Create a directory (e.g.: shared) for this.
-
Clone the repository in the shared folder
git clone git@github.com:YZ1GO/L.EIC018_LC_PRJ.git
- You can now start the VM. The VM should start even if the shared folder configuration is not fixed. It will issue a warning, but this does not prevent Minix from booting. Of course, there will be no shared folders.
- The credentials for login are: lcom with password lcom.
- Build and run the project
cd labs/L.EIC018_LC_PRJ/proj/src
make
lcom_run proj
- If game crashes you can do (in a remote terminal):
lcom_stop proj
Rather than using the VBox terminal, you may use a terminal on the host OS (Linux, Windows or Mac) and the ssh utility to login to Minix 3.
After opening a terminal (in Ubuntu or Windows) you can do:
ssh lcom@localhost -p 2222
For more info about the project click here