This commit is contained in:
Kartik Agaram 2019-08-10 19:25:44 -07:00
parent bd2affaaaa
commit d0a1e1b62f
1 changed files with 2 additions and 3 deletions

View File

@ -790,9 +790,6 @@ can replicate:
To falsify these hypotheses, here's a roadmap of the next few planned features:
* A script to package SubX together with a minimal Linux kernel image
(compiled from source, of course).
* Testable, dependency-injected vocabulary of primitives
- Streams: `read()`, `write()`. (✓)
- `exit()` (✓)
@ -810,6 +807,8 @@ To falsify these hypotheses, here's a roadmap of the next few planned features:
variables; verifier checks that register reads are for the same type that
was last written -- across all control flow paths.
* Gradually streamline the bundled kernel, stripping away code we don't need.
## Credits
Mu builds on many ideas that have come before, especially: