Roynas-Android-Playground / kernel_samsung_universal9611

Grass kernel source for Galaxy A51/M21/M31/M31s/F41/Tab S6 Lite, archived due to a kanger
Other
28 stars 35 forks source link

Adding kernel parameters #11

Closed macvenez closed 4 months ago

macvenez commented 9 months ago

Hi! I'd like to add some kernel parameters in order to be able to run Docker in Termux but I don't know which files to edit and whether there's something like a menuconfig where we can see all the features that can be enabled.

OT: Is it possible to flash this Kernel and use it with the stock Samsung ROM?

Thanks!

ratatouille100 commented 9 months ago

Hello there. It's possible to use it with the stock ROM. There are two versions: for AOSP and OneUI. There's menuconfig, you have to set two variable ARCH and CROSS_COMPILE and then write something like that:

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- menuconfig
ThePolishLemon commented 8 months ago

Hello there. It's possible to use it with the stock ROM. There are two versions: for AOSP and OneUI. There's menuconfig, you have to set two variable ARCH and CROSS_COMPILE and then write something like that:

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- menuconfig

Hey, i'm kind of a noob, said command generates a .config file, but the Makefile doesn't allow you to build the kernel with said config file present, is there a way to work around that ? also trying to run docker in termux XD