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

holagvk/EE516

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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