diff --git a/DEVELOPERS.md b/DEVELOPERS.md index e82ac33..2fa954a 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -42,12 +42,12 @@ bazel-bin/pkg/vere/urbit -F zod #### Pills Ares development and testing, unlike regular development and ship operation, currently requires careful control over what pill is used to launch a ship. Currently, there are several pills available in `resources/pills/`: -* baby.pill: an extremely minimal Arvo-shaped core and Hoon standard library (`~wicdev-wisryt` [streamed a +- **baby.pill**: an extremely minimal Arvo-shaped core and Hoon standard library (`~wicdev-wisryt` [streamed a video of its development](https://youtu.be/fOVhCx1a-9A)) -* toddler.pill: a slightly more complex Arvo and Hoon than `baby`, which runs slow recursive operations for testing jets -* azimuth.pill: a pill that processes an Azimuth snapshot -* full.pill: the complete Urbit `v2.11` pill -* slim.pill: a slimmed down version of the Urbit `v2.11` pill that has had every desk and agent not necessary for booting to dojo removed +- **toddler.pill**: a slightly more complex Arvo and Hoon than `baby`, which runs slow recursive operations for testing jets +- **azimuth.pill**: a pill that processes an Azimuth snapshot +- **full.pill**: the complete Urbit `v2.11` pill +- **slim.pill**: a slimmed down version of the Urbit `v2.11` pill that has had every desk and agent not necessary for booting to dojo removed More information on the pills used by Ares can be found [here](https://github.com/urbit/ares/blob/status/docs/pills.md). diff --git a/docs/pills.md b/docs/pills.md index e4b149a..65b0b36 100644 --- a/docs/pills.md +++ b/docs/pills.md @@ -4,7 +4,7 @@ Ares development and testing, unlike regular development and ship operation, cur ## Example: `baby.pill` -`baby.pill` is an extremely minimal Arvo-shaped core and Hoon standard library equipped with `%sham` jets needed to run it. `~wicdev-wisryt`` [streamed a video](https://youtu.be/fOVhCx1a-9A) of its development. You can find the source Hoon for `baby.pill` in `resources/pills/src/baby/baby.hoon`, and the limited version of Hoon that it uses in `resources/pills/src/baby/cradle.hoon`. A pre-compiled `baby.pill` is already available at `resources/pills/baby.pill`. However, the steps to compile it yourself are documented below. +`baby.pill` is an extremely minimal Arvo-shaped core and Hoon standard library equipped with `%sham` jets needed to run it. `~wicdev-wisryt` [streamed a video](https://youtu.be/fOVhCx1a-9A) of its development. You can find the source Hoon for `baby.pill` in `resources/pills/src/baby/baby.hoon`, and the limited version of Hoon that it uses in `resources/pills/src/baby/cradle.hoon`. A pre-compiled `baby.pill` is already available at `resources/pills/baby.pill`. However, the steps to compile it yourself are documented below. 1. Boot a fake `zod` using an ordinary Urbit executable (not the one you created to run Ares as serf)