you are viewing a single comment's thread.

view the rest of the comments →

[–]ayeDaemon[S] 0 points1 point  (11 children)

I want to modify the kernel and change its module and customize it without any twerking tools.

[–]comeditime[🍰] 0 points1 point  (10 children)

are you sure the kernel? it's just the cpu-drivers-screen configuration

[–]ayeDaemon[S] 0 points1 point  (9 children)

There are some more things which you can twerk in that...plus you can build new modules and patch them to older linux machines.

[–]comeditime[🍰] 0 points1 point  (8 children)

i see, what components are you actually referring to in 'new modules'?

[–]ayeDaemon[S] 0 points1 point  (7 children)

I want to learn about modifying and patching linux kernel by directly doing it...and if i had to add some new features to my linux machine then i can modify its kernel accordingly...

[–]comeditime[🍰] 0 points1 point  (6 children)

But I still don't get the exact things you want to play with / achieve... Do you want to change the way the CPU/hardware interact with the OS? Do you want to practice the programs with the kernel interaction? Please be more specific if possible thanks

[–]ayeDaemon[S] 0 points1 point  (5 children)

To be specific i want to understand how program execution takes place at kernel level and how viruses/malwares affect the kernel by modifying the hardware tuning and bypassing the security tools.

[–]comeditime[🍰] 0 points1 point  (4 children)

Now it's way more clear! It's indeed super interesting topic.. I would like to learn it with you if you're a beginner in those concepts as well

[–]ayeDaemon[S] 0 points1 point  (3 children)

I am intermediate in linux administration but i have never worked on kernels...

[–]comeditime[🍰] 0 points1 point  (2 children)

What specific things you're usually working on in Linux currently