Update v0.1.md

This commit is contained in:
Kamila Szewczyk 2024-02-13 12:04:05 +00:00
parent 9a564687ab
commit 635b406fa2
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
```
Numbers: Big Endian.
Input strings not null terminated unless explicitly stated.
@ -77,4 +78,5 @@ Incoming API:
0x24 [exists: u8] - exists?
0x25 [no: u32, (len: u32, path: u8[], size: u32, type: u8)[]] - list directory entries.
0x26 [major: u8, minor: u8] - API version (0, 1).
0x27 [len: u32, data: u8[]] - Host environment.
0x27 [len: u32, data: u8[]] - Host environment.
```