From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marc-F. LUCCA-DANIAU" Subject: Re: ls not working Date: Wed, 25 May 2016 08:58:10 +0200 Message-ID: <57454D02.2010600@gmail.com> References: <122e35c2-b670-9d54-8bcb-9581baca8bf5@jodybruchon.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:cc:to:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=uURMmMYReapd1+jDTZgYU0UgVZqnlXKMPL3nIF/ij2s=; b=FCuVOQUJAg2Jd9Y3hGS3r5nBxOJmNE4EVR+SVst65al/OUIjvmKo/iM9PmKi4xSC9v fXw6w2a5z/8EtvA4yc7EOhUeUjEN8E4FFe6Fkiy++OUWZKmtacMdkv+fo72iRm0bnR7U 9briNn59wY6EWHRalPjWsoNrf/Y3vcWBPdKt1Bx4VkiZ4Mikb2z+qRFRWGmmGPd6u0MR 8IRed8LJBEqT6enRlKw+rFKvuUWY10jg3eVfCb0erEtFazDDs4fszFTJTCZoQoQFQ5sP 72TT6+kNJYktO1ci7inXXVDbKWzRBWUj3LrdNP2L67Y9kYgfuEN+UoP0rUDp3MtaoOp+ xSpQ== In-Reply-To: <122e35c2-b670-9d54-8bcb-9581baca8bf5@jodybruchon.com> Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Derek Johansen Cc: linux-8086@vger.kernel.org As told by the README, you should not use the /dev86 master branch from lkundrak, but the latest from Jody: To build ELKS, you will need to obtain a copy of Dev86, currently available at: https://github.com/jbruchon/dev86 When you build dev86, you need to move, copy, or symlink to it in the ELKS source code root. For a Dev86 source at /usr/src/dev86 do this: user:/usr/src/elks$ ln -s /usr/src/dev86 dev86 MFLD