Re: ls not working
Derek Johansen <[email protected]> Wed, 25 May 2016 07:55:34 -0600
| Newsgroups | org.kernel.vger.linux-8086 |
|---|---|
| Message-ID | <CAOv0vdnamP8i6P4wYiwTrHd90=NyHzvDqLN+zDc-xA1jFPfLOw@mail.gmail.com> |
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