Skip to content

Commit

Permalink
examples/zig: README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Jan 13, 2024
1 parent 6de91d4 commit 3d000f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/zig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project actually provides three things:
3. A portable drop-in C/C++ cross-compiler

This example makes use of all three. The VMM code itself is written in the
Zig programming langauge, it calls into `libvmm` which has been compiled using
Zig programming langauge, it calls into libvmm which has been compiled using
the Zig C compiler. Building the example is done via the Zig build system.

## Building the example
Expand Down Expand Up @@ -60,7 +60,7 @@ C headers to Zig code which can then obviously be called from Zig like any
other Zig API.

Here is the problem though, this translation fails currently for inline assembly,
which in libsel4, there is a lot of as any system call with use inline assembly.
which in libsel4, there is a lot of as all system calls makes use of inline assembly.

If you run step 1 below, you will encounter the following text:
```
Expand Down

0 comments on commit 3d000f1

Please sign in to comment.