20 lines
311 B
Org Mode
20 lines
311 B
Org Mode
#+OPTIONS: toc:nil
|
|
|
|
* linux-arch-custom
|
|
|
|
Customized Arch Linux kernel, aimed at minimal Intel systems. \\
|
|
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
|
|
#+END_SRC
|