All Projects → afzalarsalan → linux-surfacebook

afzalarsalan / linux-surfacebook

Licence: other
A kernel which strives to be semi-practical for daily use on the Surface Book, no matter the cost (stability included)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to linux-surfacebook

deno desktop
Windowing support for Deno WebGPU.
Stars: ✭ 49 (+44.12%)
Mutual labels:  surface
run qemu
A script to create bootable OS images, and run qemu with a locally built kernel.
Stars: ✭ 16 (-52.94%)
Mutual labels:  linux-kernel
apple-bce-arch
Arch Linux package for the Apple BCE driver required for T2-equipped devices.
Stars: ✭ 24 (-29.41%)
Mutual labels:  linux-kernel
proton wsl2
Proton Kernel for the Windows Subsystem for Linux 2 (WSL 2). Highly experimental and always at the mercy of Windows Update.
Stars: ✭ 23 (-32.35%)
Mutual labels:  linux-kernel
scst
No description or website provided.
Stars: ✭ 61 (+79.41%)
Mutual labels:  linux-kernel
SuperShaper-SOHO
Packet filtering / QoS setup for typical home/small office
Stars: ✭ 14 (-58.82%)
Mutual labels:  linux-kernel
Baby-CPU-Scheduler
This is a very basic/lightweight yet a very performant CPU scheduler. You can use it for learning purposes as a base ground CPU scheduler on Linux.
Stars: ✭ 24 (-29.41%)
Mutual labels:  linux-kernel
arch-efiboot
Boot EFISTUB linux kernels on UEFI systems not supporting kernel command line
Stars: ✭ 35 (+2.94%)
Mutual labels:  linux-kernel
Sphinx-Dipper
Sphinx Custom Kernel for Mi 8 (Dipper)
Stars: ✭ 17 (-50%)
Mutual labels:  linux-kernel
linux kernel wiki
linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频
Stars: ✭ 1,653 (+4761.76%)
Mutual labels:  linux-kernel
bat
Battery management utility for Linux laptops.
Stars: ✭ 107 (+214.71%)
Mutual labels:  linux-kernel
OpenHarmony
华为鸿蒙分布式操作系统(Huawei OpenHarmony)开发技术交流,鸿蒙技术资料,手册,指南,共建国产操作系统万物互联新生态。
Stars: ✭ 373 (+997.06%)
Mutual labels:  linux-kernel
GAN-Project-2018
GAN in Tensorflow to be run via Linux command line
Stars: ✭ 21 (-38.24%)
Mutual labels:  linux-kernel
terrain generator
A wizard that generates terrains for Gazebo using height maps.
Stars: ✭ 46 (+35.29%)
Mutual labels:  surface
kbdashboard
Tool to configure, build and install multiple linux kernels.
Stars: ✭ 14 (-58.82%)
Mutual labels:  linux-kernel
eseed-window
A minimal cross-platform C++17 window management library for rendering (deprecated)
Stars: ✭ 18 (-47.06%)
Mutual labels:  surface
execmon
Advanced process execution monitoring utility for linux (procmon like)
Stars: ✭ 77 (+126.47%)
Mutual labels:  linux-kernel
Modiy
Modiy is an open-source hardware interface for modular synthesis.
Stars: ✭ 21 (-38.24%)
Mutual labels:  surface
lkmd
Linux Kernel Module Debugger
Stars: ✭ 13 (-61.76%)
Mutual labels:  linux-kernel
ksmbd
ksmbd kernel server(SMB/CIFS server)
Stars: ✭ 98 (+188.24%)
Mutual labels:  linux-kernel

linux-surfacebook

A kernel which strives to be semi-practical for daily use on the Surface Book, no matter the cost (stability included)

Pacman Repository

Due to a large amount of requests, I've created a pacman repo for those who don't want to build the Linux kernel on a dual core laptop

First you need to run

sudo pacman-key --recv-keys 606B8F67F4DAEEE2CD7FD986DF84850438168E49
sudo pacman-key --lsign-key 606B8F67F4DAEEE2CD7FD986DF84850438168E49

which will download my signing key from your assigned GPG keyserver and have your system sign it, showing that you trust packages signed by my machine

You will then need to add these lines to your /etc/pacman.conf right above [testing].

[linux-surfacebook]
SigLevel = Required
Server = https://github.com/afzalarsalan/linux-surfacebook/releases/download/current/

It should look similar to below

# New lines start here
[linux-surfacebook]
SigLevel = Required
Server = https://github.com/afzalarsalan/linux-surfacebook/releases/download/current/

#[testing]
#Include = /etc/pacman.d/mirrorlist

After that, if you already have the packages installed then pacman will update them whenever I update or if you have yet to install them, simply run pacman -S linux-surfacebook

Header and Docs are included in the repository for those who need them.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].