John Davidson (Ivan Davidov)
John Davidson (Ivan Davidov)
Update the newly introduced manual GitHub workflow and implement the steps in the Travis CI workflow. Heartbeat functionality is not necessary, since GitHub workflow runners don't have limitation on the...
From time to time users raise issues that MLL doesn't work properly on real hardware, because some devices are not recognized. That's because MLL uses default kernel settings and by...
Take a look at [musl.cc](http://musl.cc/) and decide whether it can be used either in the MLL build process or in the MLL runtime.
Sync [systemd-boot](https://github.com/ivandavidov/systemd-boot) with the latest stable upstream source code and check whether this fixes #191.
It will be a good exercise to create Slax module for MLL. The most recent Slax version is 9.6.4 and it supports everything that should allow MLL to be built...
* MLL version for Raspberry Pi. Start with very minimal components (statically linked binaries). * MIT's ``xv6`` course https://pdos.csail.mit.edu/6.828/2018/xv6.html * Ed King's "Linux Namespaces" set of articles https://medium.com/@teddyking/linux-namespaces-850489d3ccf * (Done)...
The Slax URL which explains the boot internals is here: https://www.slax.org/internals.php The corresponding URL in the tutorials should be updated. Also, the websites should be updated (put the new tutorial...
For now this is just an idea. The idea is to be possible to install bundles directly from internet. Of course, this means that the bundles should be provided as...
Note that ``Groovy`` depends on JVM. Groovy version 2.5.0 works with Java 7/8 and Groovy version 3.0 is designed to work with Java 9+. By default MLL adds the latest...
MLL has evolved from statically linked BusyBox environment to dynamically linked BusyBox environment where the GNU C library is used as mediation layer. On top of that, the most recent...