From 04194b61430fe8e1a86b08b8185e1844f59b66f7 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 4 Nov 2015 21:20:29 +0100 Subject: [PATCH] fix wrong description of disabling IPv6 for mmnif --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8873d3ce..05155f80a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The project has just initiated. Further information will be published shortly. * Netwide Assembler (NASM) * GNU Make, GNU Binutils -* Tools and libraries to build *linux*, *binutils* and *gcc* (e.g. flex, bison, MPFR library, GMP library, MPC library) +* Tools and libraries to build *linux*, *binutils* and *gcc* (e.g. flex, bison, MPFR library, GMP library, MPC library, ISL library) * genisoimage * texinfo * Qemu @@ -29,7 +29,7 @@ The project has just initiated. Further information will be published shortly. 3. Install the Linux kernel and its initial ramdisk on your system (see descriptions of your Linux distribution). 4. Create the directory `hermit` in the root directory of your Linux system (`mkdir /hermit`). 5. Copy the HermitCore kernel and the demo applications to the new directory (`cp hermit/hermit.bin /hermit ; cp hermit/tools/iso/* /hermit`). -6. The IP device between HermitCore and Linux does currently not support IPv6. Consequently, disable IPv6 for the IP device `mmnif` with following command: `echo 1 > /proc/sys/net/ipv6/conf/eth0/disable_ipv6`. +6. The IP device between HermitCore and Linux does currently not support IPv6. Consequently, disable IPv6 by adding following line to `/etc/sysctl.conf`: `net.ipv6.conf.eth0.disable_ipv6 = 1`. 7. Per default, the IP device uses a static IP address range. Linux has to use `162.168.28.1`, where HermitCore isles start with `192.168.28.2` (isle 0). The network manager must be configured accordingly and consequently the file `/etc/sysconfig/network-scripts/ifcfg-mmnif` must be created with following contents: ``` DEVICE=mmnif