Skip to content

Commit 50f06dd

Browse files
Fix risc-v-kernel-module tutorial and example code (#72)
Co-authored-by: Rowan Hart <[email protected]>
1 parent 980ab17 commit 50f06dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/tutorials/kernel-module/running-the-fuzzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The build script for our application created a `project` directory for us if it
1818
exist, so we'll instantiate that directory as our project with `ispm`:
1919

2020
```sh
21-
ispm projects project --create 1000-latest 2096-latest 8112-latest 31337-latest \
21+
ispm projects project --create 1000-latest 2096-latest 2050-latest 2053-latest 8112-latest 31337-latest \
2222
--ignore-existing-files
2323
cd project
2424
```

examples/tutorials/risc-v-kernel/project/run.simics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ init-tsffs
77
tsffs.log-level 4
88
@tsffs.start_on_harness = True
99
@tsffs.stop_on_harness = True
10-
@tsffs.set_timeout = 3.0
10+
@tsffs.timeout = 3.0
1111
@tsffs.exceptions = [14]
1212

1313
load-target "risc-v-simple/linux" namespace = riscv machine:hardware:storage:disk1:image = "test.fs.craff"

0 commit comments

Comments
 (0)