update all instances of zuse 418 to 417

This commit is contained in:
Tinnus Napbus 2022-12-02 19:47:19 +13:00
parent 57e3741ab6
commit 605eba4c5b
9 changed files with 11 additions and 11 deletions

View File

@ -53,7 +53,7 @@ Back on Earth:
```sh {% copy=true %}
rm -rf comet/flap/*
echo "~[%flap]" > comet/flap/desk.bill
echo "[%zuse 418]" > comet/flap/sys.kelvin
echo "[%zuse 417]" > comet/flap/sys.kelvin
```
At this point, we need to take stock of what kind of file marks and libraries we need to make available: `kelvin`, `docket-0`, and so forth. While there are marks for `js` and `png`, there is no `wav` so we'll handle that directly.

View File

@ -44,9 +44,9 @@ lib mar sur
Our desk must include a `sys.kelvin` file which specifies the kernel version it's compatible with. Let's create that:
```sh
[user@host hello]$ echo "[%zuse 418]" > sys.kelvin
[user@host hello]$ echo "[%zuse 417]" > sys.kelvin
[user@host hello]$ cat sys.kelvin
[%zuse 418]
[%zuse 417]
```
### `desk.ship`

View File

@ -42,7 +42,7 @@ We only have one agent to start, so `desk.bill` is very simple:
Likewise, `sys.kelvin` just contains:
```
[%zuse 418]
[%zuse 417]
```
The `desk.docket-0` file is slightly more complicated:

View File

@ -200,7 +200,7 @@ compatible. You can copy it across from the `%base` desk, or just run the
following in the terminal from within the desk directory:
```sh
echo "[%zuse 418]" > sys.kelvin
echo "[%zuse 417]" > sys.kelvin
```
The other `mark` files can just be copied across from the `%base` desk.
@ -270,7 +270,7 @@ and copy the actual files.
Now you can just add a `sys.kelvin` file:
```
echo "[%zuse 418]" > mydesk/sys.kelvin
echo "[%zuse 417]" > mydesk/sys.kelvin
```
And you'll be able to mount the desk with `|commit %mydesk`.

View File

@ -293,7 +293,7 @@ At this point, you've likely only worked on the `%base` desk. You can see data
```hoon
> +vat %base
%base
/sys/kelvin: [%zuse 418]
/sys/kelvin: [%zuse 417]
base hash: ~
%cz hash: 0v2.r1lbp.i9jr2.hosbi.rvg16.pqe7u.i3hnp.j7k27.9jsgv.8k7rp.oi98q
app status: running

View File

@ -1575,7 +1575,7 @@ this by adding a `sys.kelvin` file to the root of our `hut` directory:
```shell {% copy=true %}
cd hut
echo "[%zuse 418]" > sys.kelvin
echo "[%zuse 417]" > sys.kelvin
```
We also need to specify which agents to start when our desk is installed. We do

View File

@ -1904,7 +1904,7 @@ this by adding a `sys.kelvin` file to the root of our `squad` directory:
```shell {% copy=true %}
cd squad
echo "[%zuse 418]" > sys.kelvin
echo "[%zuse 417]" > sys.kelvin
```
We also need to specify which agents to start when our desk is installed. We do

View File

@ -1890,7 +1890,7 @@ this by adding a `sys.kelvin` file to the root of our `tally` directory:
```shell {% copy=true %}
cd tally
echo "[%zuse 418]" > sys.kelvin
echo "[%zuse 417]" > sys.kelvin
```
We also need to specify which agents to start when our desk is installed. We do

View File

@ -37,7 +37,7 @@ For those of you familiar with the old `%glob` and `%file-server` agents, they h
Desks still contain helper files in `/lib` and `/sur`, generators in `/gen`, marks in `/mar`, threads in `/ted`, tests in `/tests`, and agents in `/app`. In addition, desks now also contain these files:
```
/sys/kelvin :: Kernel kelvin, e.g. [%zuse 418]
/sys/kelvin :: Kernel kelvin, e.g. [%zuse 417]
/desk/bill :: (optional, read by Kiln) list of agents to run
/desk/docket-0 :: (optional, read by Docket) app metadata
/desk/ship :: (optional, read by Docket) ship of original desk publisher, e.g. ~zod