项目作者: quarkscript

项目描述 :
Build a custom arch linux kernel for my old pc, and play with optimizations
高级语言: Shell
项目地址: git://github.com/quarkscript/custom-linux-kernel.git
创建时间: 2017-12-08T10:58:22Z
项目社区:https://github.com/quarkscript/custom-linux-kernel

开源协议:

下载


Linux kernel build script for Arch Linux based system.

My expectation of how this should work:

  • after applying the kernel patch, some optimizations of modern processors will be available;
  • after forcibly setting the gcc optimization flags, all makefiles will be modified to use them;
  • after executing make localmodconfig a local hardware-specific .config file will be created;
  • after applying the template, some required drivers will be added from the template, and gcc will be forced to use the local processor optimization if it is recognized;
  • a menu for manual configuration of the kernel will be executed and after exiting from it, the build process will be launched.

based on default Arch Linux Kernel build script

builded kernel will be tuned to local hardware and may not run on other hardware