Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/exp0/rpi-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Our QEMU is based on upstream v4.2 with custom aarch64 debugging support.
To add it to your execution path:

```
export PATH="/home/cs4414ta/shared/qemu/aarch64-softmmu:${PATH}"
export PATH="/u/waq9hw/shared/qemu/aarch64-softmmu:${PATH}"
```

This command has to be run for each new login.
Expand Down