Skip to content

Commit

Permalink
Finalize Arm support for vSwarm-u
Browse files Browse the repository at this point in the history
Signed-off-by: David Schall <david.schall@ed.ac.uk>
  • Loading branch information
dhschall committed Jul 19, 2024
1 parent 338e752 commit 395a7fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/configs/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -735,4 +735,6 @@ Jupyter
jupyter
microarchitect's
EthernetLink
ip
ip
num
py
6 changes: 3 additions & 3 deletions docs/setup/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To download another artifact then the default set the arguments `--arch <arm64/a
|:---|---|---|---|---|
| v5.4.84 | x86/amd64 | stable |||
| v5.15.59 | x86/amd64 | experimental |||
| v5.4.84 | arm64 | experimental || |
| v5.4.84 | arm64 | experimental || |
| v5.15.59 | arm64 | experimental |||

#### Disk Image
Expand All @@ -56,15 +56,15 @@ To download another artifact then the default set the arguments `--arch <arm64/a
|---|---|---|---|---|
| Ubuntu 20.04 (focal) | x86/amd64 | stable |||
| Ubuntu 22.04 (jammy) | x86/amd64 | experimental |||
| Ubuntu 20.04 (focal) | arm64 | experimental || |
| Ubuntu 20.04 (focal) | arm64 | experimental || |
| Ubuntu 22.04 (jammy) | arm64 | experimental |||

#### Test-client

| Architecture | State | Qemu support | gem5 support |
|---|---|---|---|
| x86/amd64 | stable |||
| arm64 | experimental || |
| arm64 | stable || |



Expand Down
2 changes: 1 addition & 1 deletion docs/simulation/arm_simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The installation will generate a log file of the installation process. Use the r
## Simulations
To perform simulations on an Arm machine you can use the `vswarm_simple_arm.py` script in the working directory. The script leverages the gem5 component library and is the same as `vswarm_simple.py` but for Arm instead of x86.

To boot the kernel and the function and perform functional warming of the container - for JIT'ed functions - you can use the following command:
To boot the kernel and the function and perform functional warming of the container - for JIT compiled functions - you can use the following command:
```bash
cd wkdir
## Perform setup
Expand Down
2 changes: 1 addition & 1 deletion resources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ROOT := $(abspath $(dir $(mkfile_path))/../)
RESOURCES ?=$(ROOT)/resources/


VERSION := v0.2.0
VERSION := v0.3.0
TAG := $(VERSION)-$(shell git rev-parse --short HEAD)
ARCH := amd64
OS_VERSION := focal
Expand Down

0 comments on commit 395a7fc

Please sign in to comment.