Customized Arch Linux kernel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
311 B

#+OPTIONS: toc:nil
3 years ago
* linux-arch-custom
Customized Arch Linux kernel, aimed at minimal Intel systems. \\
3 years ago
Disables incomplete reports in ~i2c-hid-code.c~ to stop logging spam.
* Build instructions
#+BEGIN_SRC sh
$ mkdir build
$ ./kernel.sh
#+END_SRC
* Install
#+BEGIN_SRC sh
$ ./kernel.sh install
3 years ago
#+END_SRC