1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/tools/hermit_proxy
bytesnake 1df43d36a3 Restructure the project.
The proxy is now splitted into an Hermit library and a daemon. The
daemon manages all isles and starts an Unix socket server at
/tmp/hermit_daemon. The command just sends packets to the daemon and
awaits their return. The protocol consists of the enums Action and
ActionResult. The encoding happens with serde and bincode.
2017-06-23 16:29:04 +02:00
..
cmake Switched to CMAKE, Improved error logging of QEMU 2017-05-13 13:11:45 +02:00
src Restructure the project. 2017-06-23 16:29:04 +02:00
Cargo.toml Restructure the project. 2017-06-23 16:29:04 +02:00
CMakeLists.txt Set the memsz in the kernel header correctly 2017-05-15 11:38:28 +02:00