%%
Title: Xous
Created: 2022-03-16 10:43
Status:
Parent: [[Resources/Hardware/Precursor]]
Tags:
Source:
%%
# Xous
Xous is the operating system for the [[Resources/Hardware/Precursor|Precursor]]. It is written in [[Resources/Computing/Lang/Rust|Rust]].
### Documentation
- [Xous book](https://betrusted.io/xous-book/) - note that as of [[daily/2022-03-16|2022-03-16]], this is largely blank.
- [Source](https://github.com/betrusted-io/xous-core)
#### Building xous-book
> Building the book requires [mdBook](https://github.com/rust-lang-nursery/mdBook), ideally the same version that rust-lang/rust uses in [this file](https://github.com/rust-lang/rust/blob/master/src/tools/rustbook/Cargo.toml). To get it:
```
$ cargo install mdbook --vers [version-num]
```