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

remove obsolete explanation for NO_HZ

This commit is contained in:
Simon Pickartz 2016-09-07 13:58:22 +02:00
parent edc7ef3bb9
commit 5304e55e8c

View file

@ -63,10 +63,6 @@ On Debian-based systems the packets can be installed by executing:
2. Go back to the root directory of this repository and build with `make` the Linux kernel, the HermitCore kernel, the cross-compiler, and the demo applications.
3. Install the Linux kernel and its initial ramdisk on your system (see descriptions of your Linux distribution).
We recommend to disable Linux NO_HZ feature by setting the kernel parameter `no_hz=off`.
This feature reduces partly the OS noise, but noise sensitive applications should now run on HermitCore.
<!---
Not sure what this means
--->
4. Register the HermitCore loader at your system with following command: `echo ":hermit:M:7:\\x42::/path2proyxy/proxy:" > /proc/sys/fs/binfmt_misc/register`, in which `path2proxy` defines the path to the loader.
You find the loader `proxy` after building the HermiCore sources in the subdirectory `hermit/tools` of the directory, which contains this *README*.
5. The IP device between HermitCore and Linux currently does not support IPv6.