From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Georg Potthast" Subject: Re: Obsolete documentation? Date: Sun, 16 Feb 2020 19:10:41 +0100 Message-ID: <06A225A8D60249BC967DAD92CDEC4AF6@PotthastHP> References: <85e27a46-034f-f927-9169-e633c18909e8@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1581876827; s=strato-dkim-0002; d=georgpotthast.de; h=Date:Subject:In-Reply-To:References:Cc:To:From:Message-ID: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=n2peJ/TqoCVS/oGrL4Bb8C3PVfmS4lTJ2OprLqah6jk=; b=lSbRga/Pq9/PXEXgqVeDIN1vp9mtxHlxxl90RCKq9pZ/ecmAZ9ma1vPjgjutp29VWh 9pPlwC9iPEpmO4w8uC83fN6vqNFgpL+N22qQdxzK1O1WzkLE6cPNuGySHizvjvnYE305 blK8h1i8T5xM+9tu6aPhyomAzdh0Yjg7zrM4LYuV1Ww6B1dNT61Qbu1EQg/th1HxbsaV pwjsSHpyW2q1kReTteBPru2dwOkokGHd5kfQciX8S52Grw6TcFtJTXZXaNMRy1J6r6B7 znYwGnnx5FEyn/dhTDRfYr2c355waTmbKmZhMs7hi9FTyImyURDGxWPoGklf5mxVl5qZ A+SA== In-Reply-To: <85e27a46-034f-f927-9169-e633c18909e8@gmail.com> Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; format="flowed"; charset="utf-8"; reply-type="response" To: Paul Osmialowski , Derek Johansen , "Marc-F. Lucca-Daniau" Cc: ELKS I wrote a SLIP documentation which shows how to setup a SLIP connection between an ELKS system running in QEMU und the host where QEMU is running. You could send data from the host to the ELKS system and vice versa. This is this document: elks/Documentation/html/user/setup_slip.html To me this seemed easier to set up instead of two ELKS systems connected with a cross-over serial cable. Georg -----Ursprüngliche Nachricht----- From: Marc-F. Lucca-Daniau Sent: Sunday, February 16, 2020 6:05 PM To: Paul Osmialowski ; Derek Johansen Cc: ELKS Subject: Re: Obsolete documentation? Hello Derek and Paul, ELKS is indeed still SLIP capable : https://github.com/elks-org/elks/issues/304 One has just to change the command line of 'ktcp' to remove Ethernet and put back SLIP. Documentation is quite outdated. Georges made an effort to document Ethernet and some other things while debugging networking features, but there are still many legacy documents that need to be reorderer and updated. Thanks, MFLD Le 16/02/2020 à 12:08, Paul Osmialowski a écrit : > So what happened to SLIP support in ELKS? 8-bit ISA ethernet cards > (with RJ-45 connector) are very rare (I have only one of them, work nicely > under FreeDOS and in theory it should be supported by ELKS's ne2k driver, > but it isn't). Within my one more XT machine to play with ELKS, serial > port is the only means of external communication. PPP/IP or SLIP is > something ELKS should definitely have IMHO. > > Cheers, > Paul > > On Sat, 15 Feb 2020, Derek Johansen wrote: > >> Does elks/Documentation/text/networking_guide.txt make >> elks/Documentation/text/networking.txt obsolete? The latter in >> Section 2 says ELKS only supports SLIP connections. I don't think >> this is still true? >>