Add a simple unikernel which checks the fact that we can link with switch-installed libraries (and run it)#159
Add a simple unikernel which checks the fact that we can link with switch-installed libraries (and run it)#159
Conversation
7e1a5d2 to
4b41ea4
Compare
…itch-installed libraries (and run it)
722fff1 to
474addb
Compare
|
looks good to me. thanks. |
|
the only question I have is what the difference between "example" (directory in this repo) and "unikernel" is, and whether it is worth to describe (in README)? Is example still used? |
reynir
left a comment
There was a problem hiding this comment.
I pushed a commit that adds a small README in the unikernel/ directory. When I come back to this repository in the future I would not be able to figure out why there is such a trivial example in unikernel/, and now it's documented in the README.
|
And example is used as well in the CI actions... |
|
I was not able to put the unikernel into the example directory due to |
|
Would it be worthwhile to add a README in example/? Especially why we use fmt and not Printf.printf. |
|
Replaced by 4fdf10e which is green and test what we want (without duplicate of unikernels and use the |
As asked here: #155 (comment)