Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

porting: clarify sel4test for contributing #233

Merged
merged 1 commit into from
Mar 26, 2024
Merged
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
5 changes: 3 additions & 2 deletions projects/sel4/porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ It is best to base the contents of this file off of other platforms of the same

## Testing your seL4 port

In order to sanity check your port of seL4, it is a good idea to get
[the seL4test project](https://docs.sel4.systems/projects/sel4test/) running and passing.
When you contribute your port to seL4, sel4test must execute successfully and so the next
step to check that your port works would be to get
[the seL4test project](https://docs.sel4.systems/projects/sel4test/) working.

### ELF-loader

Expand Down