Skip to content

Commit 18a36d0

Browse files
Update README.md
1 parent d8c7a13 commit 18a36d0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,32 @@ host$ make -j8
262262

263263
cd into evaluate directory, boot up the virtual machine, 2 terminals pop out, insert `root` to login in the left terminal.
264264

265+
**if the machine support GUI**
266+
265267
```sh
266268
host$ cd $PATH_TO_SEAK/SeaK/1-evaluation
267269
host$ ./evaluate.sh
268270
```
269271

272+
**if the machine does not support GUI, and evaluators connect to the evaluation machine through ssh**
273+
274+
Please prepare 2 terminals and connect them to the Linux Server (Evaluation machine), after both terminals connect to the Linux Server.
275+
276+
```sh
277+
# terminal 1
278+
host$ cd $PATH_TO_SEAK/SeaK/1-evaluation
279+
host$ ./run.sh && sleep 5
280+
281+
# terminal 2
282+
host$ cd $PATH_TO_SEAK/SeaK/1-evaluation
283+
host$ ./copy2vm.sh ../2-source-code/linux-5.15.106/samples/bpf
284+
host$ ./copy2vm.sh ../2-source-code/POCs
285+
host$ ./copy2vm.sh ./scripts
286+
host$ ./connect2vm.sh
287+
```
288+
289+
**the rest parts are the same.**
290+
270291
![boot](./figs/evaluate.png)
271292

272293

0 commit comments

Comments
 (0)