Skip to content

Commit

Permalink
Add new appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano-perez-rodriguez committed Aug 1, 2024
1 parent ecdb15b commit 411ee01
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
59 changes: 59 additions & 0 deletions assets/docs/nip-XX-1/appendix-c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Appendix C - Nomad Virtual Machine Specification --- DRAFT

...

## Basic Concepts

...

## General Architecture

...

### Tunnels

...

#### Messages

...

### Execution Contexts

...

### Events Infrastructure

...

## Host Architecture

...

### Virtual Machine States

...

### Predefined Functions

...

## Guest Architecture

...

### Enclosures

...

#### Event Propagation

...

## Module Architecture

...

### Declaration Procedure

...
1 change: 1 addition & 0 deletions assets/docs/nip-XX-1/nomad.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ A couple of appendixes is included as well:

- [Appendix A](./appendix-a) deals with the predefined dependencies that conforming implementations need to provide to Nomad scripts.
- [Appendix B](./appendix-b) lists the standard global objects that conforming implementations need to make available to Nomad code.
- [Appendix C](./appendix-c) specifies the virtual machine interface proper, with all of its exposed functionalities.

## Nomad Syntax

Expand Down

0 comments on commit 411ee01

Please sign in to comment.