Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesleyvanneck/pre-compiled-surface-kernel
this surface kernel is patched with https://github.com/kitakar5525/ipts-fix-crash
https://github.com/wesleyvanneck/pre-compiled-surface-kernel
Last synced: 4 days ago
JSON representation
this surface kernel is patched with https://github.com/kitakar5525/ipts-fix-crash
- Host: GitHub
- URL: https://github.com/wesleyvanneck/pre-compiled-surface-kernel
- Owner: WesleyVanNeck
- Created: 2019-09-03T06:55:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T18:31:32.000Z (over 5 years ago)
- Last Synced: 2024-11-08T13:51:57.430Z (about 2 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pre-compiled-surface-kernel
this surface kernel is patched with https://github.com/kitakar5525/ipts-fix-crash### for now this is only for debian and ubuntu other distros comming soon
### Instructions for Firmware
0. (Prep) Install Dependencies:
```
sudo apt install git curl wget sed
```
1. Clone the linux-surface repo:
```
git clone --depth 1 https://github.com/qzed/linux-surface.git ~/linux-surface
```
2. Change directory to linux-surface repo:
```
cd ~/linux-surface
```
3. Run setup script:
```
sudo sh setup.sh
```
4. Reboot on installed kernel.### creddits
- kitakar5525
- jakeday
- StollD
- qzed
- sebanc