Skip to content

Commit

Permalink
manual: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Mar 18, 2024
1 parent 0e61d1a commit 71e0144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The SDK includes the tools, libraries and binaries required to build an Microkit
The Microkit source is also available which allows you to customize or extend Microkit and produce your own SDK.

To build an Microkit system you will write some programs that use `libmicrokit`.
Microkit programs are a little different to a typical progress on a Linux-like operating system.
Microkit programs are a little different to a typical process on a Linux-like operating system.
Rather than a single `main` entry point, a program has three distinct entry points: `init`, `notified` and, optionally, `protected`.

The individual programs are combined to produce a single bootable *system image*.
Expand Down

0 comments on commit 71e0144

Please sign in to comment.