diff --git a/README.md b/README.md index ba0e8c7b1e03360182c248b0442c4822d507be3c..ad25d7d020307c7d74710928c45e441d7477e2f9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ - [What is different compared to the official VM?](#what-is-different-compared-to-the-official-vm) - [Get the VM Image](#get-the-vm-image) - [Downloads](#downloads) + - [64-bit version](#64-bit-version) + - [32-bit version](#32-bit-version) - [Geany as replacement for SourceNavigator](#geany-as-replacement-for-sourcenavigator) - [How to use geany with the tasks from RA & MPS labs](#how-to-use-geany-with-the-tasks-from-ra--mps-labs) - [How to use the hda-util.sh (Desktop shortcuts)](#how-to-use-the-hda-utilsh-desktop-shortcuts) @@ -18,6 +20,7 @@ ## What is different compared to the official VM? - Based on current Debian buster (10.7) instead of Ubuntu 14.04 from 2014 +- 64-bit version available. The 64-bit version uses 32-bit libraries to stay fully compatible with the mpstools - New more modern Texteditor / lightweight IDE "geany" as replacement for snavigator. More info [below](#geany-as-replacement-for-sourcenavigator) - The newer OS allows for easy customization with current applications if needed - Preconfigured with icons and theme for a more modern look and feel @@ -44,10 +47,24 @@ It is advised to calculate the SHA256 hash of the downloaded image file and chec ### Downloads -[ra_mps-vm-sv-1.0.ova](https://drive.google.com/file/d/1DpYe2CGUX8J-b-JY5uggN1IfHmnBD__7/view?usp=sharing) +After downloading and importing the vm image, it is recommended to run the "Update VM" launcher on the desktop. This will update the vm according to +the latest specifications, no matter what base-version was installed. -`SHA256: 00049DE630682904B0633B6B1D617E8B7F8D72285EAFD7F7818DC0C7F3AE31F6` +#### 64-bit version + +[ra_mps-vm-sv-x64-1.1.ova](https://drive.google.com/file/d/1nJ1aFzi8-lUVD7a5WKDq53XsVQi8A1Vl/view) + +`SHA256: 1DBD90DF8B3C897D9B19917D19BB910A1CC4E0C26510B1A4057F31F83C2E257E` + +#### 32-bit version +[ra_mps-vm-sv-x32-1.1.ova](https://drive.google.com/file/d/19e9X0MqEbJrKAVjvuijRYh2h6nM0hEmi/view) + +`SHA256: 14CB1C5D764C385B2705BAB21D3DC87284BF5B27E7E0FB9C7DB7748610BAA65B` + +ra_mps-vm-sv-1.0.ova + +`SHA256: 00049DE630682904B0633B6B1D617E8B7F8D72285EAFD7F7818DC0C7F3AE31F6` ## Geany as replacement for SourceNavigator In our usecase snavigator just acts as a plain texteditor with mediocre syntax highlighting and as a launcher for the insight debugger.