1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

Merge pull request #114 from yash982000/master

Added contributors image to README
This commit is contained in:
Jonathan Klimt 2020-11-04 16:52:31 +01:00 committed by GitHub
commit eb6c0dd4b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ $ make install
## Starting Applications with the Proxy tool
HermitCore applications are currently started with a small helper tool called `proxy`.
This tool is sets up a virtual machine or bare-metal on a NUMA node and bridges certain functionality from the application to the Linux host.
This tool sets up a virtual machine or bare-metal on a NUMA node and bridges certain functionality from the application to the Linux host.
To start a HermitCore application, hand the executable to the proxy:
```bash
@ -447,3 +447,9 @@ The connection to the system monitor is automatically set to `HERMIT_PORT+1`, i.
## Credits
HermitCore's Emoji is provided free by [EmojiOne](https://www.gfxmag.com/crab-emoji-vector-icon/).
## Contributors
<a href="https://github.com/hermitcore/libhermit/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=hermitcore/libhermit" />
</a>