Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 343 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 343 Bytes

EE516

Fall 2016

PR: Project

HW: Homework

For kernel related patches:

  1. Use linux v3.18.21

  2. Apply patch:

    $ git am --signoff < kernel_patch_name.patch
  3. Compile & Install:

    # yes "" | make oldconfig
    # make
    # make modules_install install
    # shutdown -r now
    # uname -r