Re: ls not working

Marc-François LUCCA-DANIAU <[email protected]> Wed, 25 May 2016 16:35:17 +0200
Newsgroups org.kernel.vger.linux-8086
Message-ID <CACpuWUnRSt8=yky0jEYeoxOEf_hxofeF0Mh4NkJvKsObci5vgQ@mail.gmail.com>
FYI, Jody just fixed that :
https://github.com/jbruchon/elks/commit/aa872c8cce89e3c97923e28457396e60e321d990

MFLD

2016-05-25 15:55 GMT+02:00 Derek Johansen <[email protected]>:
> If you run .build.sh without dev86 installed in your elks directory,
> the error message printed to the console references the lkundrak
> dev86.  This needs to be updated to reference the correct dev86 to
> avoid confusion and be consistent with the readme.
>
> On Wed, May 25, 2016 at 12:58 AM, Marc-F. LUCCA-DANIAU
> <[email protected]> wrote:
>>
>> 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 <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