kernel developer

  1. L

    Changing the kernel

    I have a university assignment where I'm supposed to propose and implement a patch to the kernel. It could be something related to the scheduling algorithm or the file system, for instance. We don't have to necessarily improve the OS's performance, but the changes must do something that can be...
  2. S

    How To apply patches when installing the kernel? (Developer Package)

    Hello Everyone I am trying to install the Developer Package from ST. It uses OpenSTLinux which is based on Yocto. I am using the README.HOW_TO.txt (Provided under) file to install the kernel. In section 3 it is stated that I must apply some patches: Here is what it says: if there is some...
  3. CoolerVoid

    Create your hidden firewall kernel module

    HiddenWall is a Linux kernel module generator for custom rules with netfilter. (block ports, Hidden mode, rootkit functions etc). The motivation: on bad situation, attacker can put your iptables/ufw to fall... but if you have HiddenWall, the attacker will not find the hidden kernel module that...
  4. CoolerVoid

    Hidden Firewall in Kernel Module

    HiddenWall is a Linux kernel module generator for custom rules with netfilter. (block ports, Hidden mode, rootkit functions etc). The motivation: on bad situation, attacker can put your iptables/ufw to fall... but if you have HiddenWall, the attacker will not find the hidden kernel module that...
  5. T

    Linux kernel module

    I am trying to make linux kernel module to read two files and match data between them. I am unable to do so because of syntax as well as header library problems. Can you please provide me a code which can help me to complete this task ASAP.
  6. N

    CPU Context Info required

    I am running Linux Kernel Version 2.6.35 on single core PowerPC. To debug the behavior of some user/application programs running on my system, I need a software that can tell me information about the trace of processes running on CPU and when/how they are switched and which new process takes the...
  7. P

    Building New Linux Kernel for my Mobile and RP3

    Hello Experts Please can you guide me how to choose the latest kernel, integrate with ARM based Android mobile, compile and flash into the mobiles. I have a rooted Samsung phone. 2. I also need to build linux kernel and flash into Rasberry 3, instead of Noobs which is provided off the shelf...
  8. B

    printf("Hello World!\n");

    Hey all, A few things about me: I've been using Linux for 15 years or so I'm a software developer (for Nagios) I love helping people learn new, fun, and important skills Glad to be here, and I hope to be of use in some fashion or another. My goals are learning more about kernel module...
Top