Linux kernel 4.13.2 compiled
Yay, back onto developing Easy OS!
I have compiled the 4.13.2 kernel. Easy 0.4 has 4.11.12. Essentially the same configuration, a few more drivers enabled. Also, these changes:
CONFIG_PATA_LEGACY |
This was turned off in 4.11.12, as it caused
very slow bootup on the Alpha Litebook |
CONFIG_USB_PCI (new) |
wasn't sure about this. It defaults to "yes"
so left it at that |
CONFIG_MMC_SDHCI_XENON (new) |
A driver, and I chose "yes", builtin, rather
than as a module |
Regarding CONFIG_PATA_LEGACY, after I release Easy 0.5, if you experience slow bootup on your machine, let me know.
The kernel source, patches and build scripts, are here:
http://distro.ibiblio.org/easyos/source/kernel/4.13.2/
The PET is here (42.4MB):
The kernel source is available as a SFS file (152.9MB):
http://distro.ibiblio.org/easyos/amd64/packages/sfs/xerus/kernel_src-4.13.2-patched.sfs
...it is big because the SFS is only gzipped.
I started thinking about updating the kernel, as I was
considering trying the overlay filesystem again, instead of aufs.
However, after reading recent posts in various mail-lists, decided
that overlay is still not working properly. Overlay has some
config options, CONFIG_OVERLAY_FS_REDIRECT_DIR and
CONFIG_OVERLAY_FS_INDEX, that promise to fix some things, however,
break others. Whereas aufs, on the otherhand, "just works".
So, this 4.13.2 build is staying with aufs.
Tags: easy