Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Since Monza is aimed at virtualized scenarios, we classify code as either belonging to the guest or the host.
Elements of the guest end up inside the virtual machine together with the application.
Elements of the host reside the parent partition of the virtual machine, interating with the VMM, any shared memory or the outside world.
Elements of the host reside in the parent partition of the virtual machine, interacting with the VMM, any shared memory or the outside world.

## Guest
There is a single [guest](./guest.md) implementation at the moment.

## Host
There is no special code to go on the host at the moment.
There is no special code to go on the host at the moment.