Skip to content

Commit

Permalink
deploy: 1e9c6f9
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Dec 21, 2023
1 parent a85a7bf commit bee9d35
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions fpp-dev/targets.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@ <h1 id="supported-targets"><a class="header" href="#supported-targets">Supported
for each FPVM target:</p>
<div class="table-wrapper"><table><thead><tr><th>Target</th><th>Build Pipeline</th><th>IO</th><th>malloc</th><th>Program Stages</th></tr></thead><tbody>
<tr><td><code>cannon</code> &amp; <code>cannon-rs</code></td><td></td><td></td><td></td><td></td></tr>
<tr><td><code>asterisc</code></td><td></td><td></td><td></td><td></td></tr>
<tr><td><code>asterisc</code></td><td></td><td></td><td></td><td></td></tr>
</tbody></table>
</div>
<p>If there is a feature that you would like to see supported, please <a href="https://github.com/anton-rs/kona/issues/new">open an issue</a> or <a href="https://github.com/anton-rs/kona/tree/main/CONTRIBUTING.md">consider contributing</a>!</p>
<h2 id="cannon-mips32rel1"><a class="header" href="#cannon-mips32rel1">Cannon (MIPS32rel1)</a></h2>
<p><em>TODO</em></p>
<h2 id="asterisc-risc-v"><a class="header" href="#asterisc-risc-v">Asterisc (RISC-V)</a></h2>
<p>Asterisc is based off of the <code>rv64gc</code> target architecture, which defines the following extensions:</p>
<ul>
Expand All @@ -205,7 +207,7 @@ <h2 id="asterisc-risc-v"><a class="header" href="#asterisc-risc-v">Asterisc (RIS
<li>other: revert with error code on unrecognized instructions</li>
</ul>
<p><code>asterisc</code> supports a plethora of syscalls, documented <a href="https://github.com/protolambda/asterisc">in the repository</a>. <code>kona</code> offers an interface for
programs to directly invoke several syscalls:</p>
programs to directly invoke a select few syscalls:</p>
<ol>
<li><code>EXIT</code> - Terminate the process with the provided exit code.</li>
<li><code>WRITE</code> - Write the passed buffer to the passed file descriptor.</li>
Expand Down
6 changes: 4 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,12 @@ <h2 id="full-example"><a class="header" href="#full-example">Full Example</a></h
for each FPVM target:</p>
<div class="table-wrapper"><table><thead><tr><th>Target</th><th>Build Pipeline</th><th>IO</th><th>malloc</th><th>Program Stages</th></tr></thead><tbody>
<tr><td><code>cannon</code> &amp; <code>cannon-rs</code></td><td></td><td></td><td></td><td></td></tr>
<tr><td><code>asterisc</code></td><td></td><td></td><td></td><td></td></tr>
<tr><td><code>asterisc</code></td><td></td><td></td><td></td><td></td></tr>
</tbody></table>
</div>
<p>If there is a feature that you would like to see supported, please <a href="https://github.com/anton-rs/kona/issues/new">open an issue</a> or <a href="https://github.com/anton-rs/kona/tree/main/CONTRIBUTING.md">consider contributing</a>!</p>
<h2 id="cannon-mips32rel1"><a class="header" href="#cannon-mips32rel1">Cannon (MIPS32rel1)</a></h2>
<p><em>TODO</em></p>
<h2 id="asterisc-risc-v"><a class="header" href="#asterisc-risc-v">Asterisc (RISC-V)</a></h2>
<p>Asterisc is based off of the <code>rv64gc</code> target architecture, which defines the following extensions:</p>
<ul>
Expand All @@ -315,7 +317,7 @@ <h2 id="asterisc-risc-v"><a class="header" href="#asterisc-risc-v">Asterisc (RIS
<li>other: revert with error code on unrecognized instructions</li>
</ul>
<p><code>asterisc</code> supports a plethora of syscalls, documented <a href="https://github.com/protolambda/asterisc">in the repository</a>. <code>kona</code> offers an interface for
programs to directly invoke several syscalls:</p>
programs to directly invoke a select few syscalls:</p>
<ol>
<li><code>EXIT</code> - Terminate the process with the provided exit code.</li>
<li><code>WRITE</code> - Write the passed buffer to the passed file descriptor.</li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit bee9d35

Please sign in to comment.