Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
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
7 changes: 7 additions & 0 deletions apps/choo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ mv out.jam bootstrap/choo.jam
```

and committing the changes to `choo.jam` so that the CI can properly bootstrap the `choo` kernel.

## Troubleshooting

- Run `choo` with full output logging available, e.g.
- `RUST_LOG=TRACE ./choo hoon/main.hoon hoon`
- `RUST_LOG=TRACE cargo run -- --new <args>`
- If memory corruption occurs, remove `.data.choo/*.jam` etc. and build anew.
Loading