Skip to content

Instantly share code, notes, and snippets.

View bnejal's full-sized avatar

Brandon bnejal

View GitHub Profile
@bnejal
bnejal / compile_newest_stable_kernel_with_acso_patch.sh
Last active December 14, 2020 09:27 — forked from mdPlusPlus/compile_newest_stable_kernel_with_acso_patch.sh
Download, patch, compile and install the newest stable Linux kernel with the ACS override patch (Ubuntu / Debian)
#!/bin/bash
function install_dependencies() {
echo "Installing dependencies..."
sudo apt -qq update
sudo apt -qq install -y curl git wget
sudo apt -qq install -y bison flex kernel-package libelf-dev libssl-dev
}
function init() {