Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbelt committed May 10, 2024
1 parent 0109b76 commit ea63cfb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions basic/test_data_port_periodic_domains/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ repository.
**Build and simulate the system**
```
/home/camkes-tool-assessment-4/basic/test_data_port_periodic_domains/hamr/camkes-seL4_Only/bin/run-camkes.sh -c /Users/belt/devel/git/case-tool-assessment-4/basic/test_data_port_periodic_domains/hamr/camkes-seL4_Only -s
/home/camkes-tool-assessment-4/basic/test_data_port_periodic_domains/hamr/camkes-seL4_Only/bin/run-camkes.sh -c /home/camkes -s
```
Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
Expand Down Expand Up @@ -220,7 +220,7 @@ Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
**Build and simulate the system**
```
/home/camkes-tool-assessment-4/basic/test_data_port_periodic_domains/hamr/camkes-seL4/bin/run-camkes.sh -c /Users/belt/devel/git/case-tool-assessment-4/basic/test_data_port_periodic_domains/hamr/camkes-seL4 -s
/home/camkes-tool-assessment-4/basic/test_data_port_periodic_domains/hamr/camkes-seL4/bin/run-camkes.sh -c /home/camkes -s
```
Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
Expand Down
4 changes: 2 additions & 2 deletions basic/test_event_data_port_periodic_domains/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ repository.
**Build and simulate the system**
```
/home/camkes-tool-assessment-4/basic/test_event_data_port_periodic_domains/hamr/camkes-seL4_Only/bin/run-camkes.sh -c /Users/belt/devel/git/case-tool-assessment-4/basic/test_event_data_port_periodic_domains/hamr/camkes-seL4_Only -s
/home/camkes-tool-assessment-4/basic/test_event_data_port_periodic_domains/hamr/camkes-seL4_Only/bin/run-camkes.sh -c /home/camkes -s
```
Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
Expand Down Expand Up @@ -218,7 +218,7 @@ Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
**Build and simulate the system**
```
/home/camkes-tool-assessment-4/basic/test_event_data_port_periodic_domains/hamr/camkes-seL4/bin/run-camkes.sh -c /Users/belt/devel/git/case-tool-assessment-4/basic/test_event_data_port_periodic_domains/hamr/camkes-seL4 -s
/home/camkes-tool-assessment-4/basic/test_event_data_port_periodic_domains/hamr/camkes-seL4/bin/run-camkes.sh -c /home/camkes -s
```
Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
Expand Down
4 changes: 2 additions & 2 deletions basic/test_event_port_periodic_domains/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ repository.
**Build and simulate the system**
```
/home/camkes-tool-assessment-4/basic/test_event_port_periodic_domains/hamr/camkes-seL4_Only/bin/run-camkes.sh -c /Users/belt/devel/git/case-tool-assessment-4/basic/test_event_port_periodic_domains/hamr/camkes-seL4_Only -s
/home/camkes-tool-assessment-4/basic/test_event_port_periodic_domains/hamr/camkes-seL4_Only/bin/run-camkes.sh -c /home/camkes -s
```
Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
Expand Down Expand Up @@ -216,7 +216,7 @@ Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
**Build and simulate the system**
```
/home/camkes-tool-assessment-4/basic/test_event_port_periodic_domains/hamr/camkes-seL4/bin/run-camkes.sh -c /Users/belt/devel/git/case-tool-assessment-4/basic/test_event_port_periodic_domains/hamr/camkes-seL4 -s
/home/camkes-tool-assessment-4/basic/test_event_port_periodic_domains/hamr/camkes-seL4/bin/run-camkes.sh -c /home/camkes -s
```
Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
Expand Down
7 changes: 6 additions & 1 deletion bin/readme-gen/src/main/report/Report.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,11 @@ object Report {
)
}

val camkesRepoDir: ST =
t match {
case i: vm => st"/home/camkes-vm"
case i: Sel4Config => st"/home/camkes"
}
val howToRerun = ReportLevel(
tag = createTag(s"${t.name}-rerun"),
title = Some(st"How to build and run"),
Expand All @@ -1210,7 +1215,7 @@ object Report {
st"""**Build and simulate the system**
|
|```
|/home/camkes-tool-assessment-4/${repoRoot.relativize(camkesDir / "bin" / s"run-camkes.sh -c ${camkesDir} -s")}
|/home/camkes-tool-assessment-4/${repoRoot.relativize(camkesDir / "bin" / s"run-camkes.sh")} -c $camkesRepoDir -s
|```
|
|Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,13 @@ repository.
**Build and simulate the system**
```
/home/camkes-tool-assessment-4/vm/test_event_data_port_periodic_domains_VM/receiver_vm/hamr/camkes-seL4/bin/run-camkes.sh -c /Users/belt/devel/git/case-tool-assessment-4/vm/test_event_data_port_periodic_domains_VM/receiver_vm/hamr/camkes-seL4 -s
/home/camkes-tool-assessment-4/vm/test_event_data_port_periodic_domains_VM/receiver_vm/hamr/camkes-seL4/bin/run-camkes.sh -c /home/camkes-vm -s
```
Type ``CTRL`` + ``a`` then `x` to exit the QEMU simulation
<!--end____vm-micro-example_vm_vm-rerun_vm-rerun-buildsim-->
**Note**: the above command will successfully build an image and then try to simulate it via
```
Expand Down Expand Up @@ -180,8 +182,6 @@ [email protected]:704 module name: cross_vm_connections
Loading Kernel: 'linux'
```
<!--end____vm-micro-example_vm_vm-rerun_vm-rerun-buildsim-->
### <!--start__vm-micro-example_vm_vm_camkesarch-title-->CAmkES Architecture<!--end____vm-micro-example_vm_vm_camkesarch-title-->
<!--start__vm-micro-example_vm_vm_camkesarch-description-->
<!--end____vm-micro-example_vm_vm_camkesarch-description-->
Expand Down

0 comments on commit ea63cfb

Please sign in to comment.