This commit is contained in:
ferrreo 2023-06-15 21:29:32 +01:00
parent 7f0d92efa7
commit ddc3f2ba15
3 changed files with 2233 additions and 1 deletions

2230
patches/0002-eevdf.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,8 @@ echo "Pika Kernel - Applying patches"
# orig patch from cachy - 0001-cachyos-base-all.patch
patch -Np1 < "../patches/0001-cachy-all.patch"
# orig patch from cachy
patch -Np1 < "../patches/0002-eevdf.patch"
# orig patch from cachy
patch -Np1 < "../patches/0002-eevdfbore.patch"
# Nobara patches are here: https://github.com/sammilucia/nobara-kernel-fork
# Allow setting custom pollrates for usb devices

View File

@ -2,7 +2,7 @@
echo "Pika Kernel - Getting source"
wget -nv https://git.kernel.org/torvalds/t/linux-6.4-rc6.tar.gz
wget -nv https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-6.4-rc6.tar.gz
tar -xf ./linux-6.4-rc6.tar.gz
cd linux-6.4-rc6