Skip to content

Commit

Permalink
Fix links in index after the repo moves.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Jul 31, 2024
1 parent 95d2476 commit c5377e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ CHERIoT extends this with a complete platform providing deterministic use-after-

The CHERIoT project comprises several repositories:

- The [formal model of the CHERIoT ISA](https://github.com/microsoft/cheriot-sail).
- The [formal model of the CHERIoT ISA](https://github.com/CHERIoT-Platform/cheriot-sail).
This is used to build an executable simulator and to prove properties of both the ISA and of implementations.
[The current (draft) version of the specification](https://microsoft.github.io/cheriot-sail/cheriot-architecture.pdf) is built in CI.
- The [CHERIoT RTOS](https://github.com/microsoft/cheriot-rtos), a clean-slate RTOS designed to take advantage of CHERIoT features.
[The current (draft) version of the specification](https://cheriot.org/cheriot-sail/cheriot-architecture.pdf) is built in CI.
- The [CHERIoT RTOS](https://github.com/CHERIoT-Platform/cheriot-rtos), a clean-slate RTOS designed to take advantage of CHERIoT features.
This provides the compartment model, a heap that can be safely shared across mutually distrusting compartments, and a host of other features.
- [CHERIoT LLVM](https://github.com/CHERIoT-Platform/llvm-project) provides the toolchain for building the RTOS and other software that runs atop it.
- [CHERIoT-Audit](https://github.com/CHERIoT-Platform/cheriot-audit) provides tooling for auditing the isolation properties of CHERIoT firmware images.
Expand Down

0 comments on commit c5377e9

Please sign in to comment.