<div> </div><div> </div><div>06.01.2018, 19:46, "Farouk Maâboudallah" <farouk.maaboudallah@gmail.com>:</div><blockquote type="cite"><div><div><div><div><div><div><div>Good evening everyone :)</div></div></div></div></div></div></div></blockquote><div> </div><div>Hello,</div><div> </div><blockquote type="cite"><div><div><div><div><div><div>I'm new here with you guys. I have been using Linux for 6 months ... And now I'm looking forward to develop and improve my skills.</div>I'm a student in digital mechanics which means developing, programming and simulating in mechanical engineering. I have C, Matlab and Python as a background (another code for simulation like ansys, abaqus, ...). Now, I want to learn how to develop linux kernel or something like that ... Any helps, any suggestion are welcome :)</div></div></div></div></div></blockquote><div> </div><div>Firstly, you need to started is get the kernel and looking the Documentation directory and one of the most important CodinStyle and SubmittingPatches files.</div><div> </div><div>$ git clone <a href="https://github.com/torvalds/linux.git">https://github.com/torvalds/linux.git</a></div><div>$ cd linux/Documentation</div><div>$ ls CodingStyle SubmittingPatches</div><div> </div><div>Read:</div><div> </div><div><a href="https://kernelnewbies.org/KernelHacking">https://kernelnewbies.org/KernelHacking</a></div><div><a href="https://kernelnewbies.org/KernelBuild">https://kernelnewbies.org/KernelBuild</a></div><div> </div><div>clone to branch on git and workaround:</div><div> </div><div>$ cd linux</div><div>$ git branch devel</div><div>$ git checkout devel</div><div> </div><div>I think some command needed your working:</div><div> </div><div>$ cd linux</div><div>$ make prepare</div><div>$ make modules_prepare</div><div> </div><div>Maybe you should try first compile kernel :)</div><div> </div><div>$ cd linux</div><div>$ make -j4</div><div>$ sudo make modules_install</div><div>$ sudo make install</div><div> </div><blockquote type="cite"><div><div><div><div>Thanks,</div>Linuxely </div>For GNU/UNIX</div>For free software,<div><div><div><div><div><div><div><div> </div></div></div></div></div></div></div></div></div></blockquote><div> </div><div>Regards</div><div> </div><div>Ozgur</div><div> </div><blockquote type="cite"><div><div><div><div><div><div><div><div><div>--<div><div><div style="font-size:12.8px;"><strong><span lang="EN-AU" style="color:#006600;font-family:webdings;font-size:14pt;">P</span></strong><span style="color:#006600;font-family:verdana,sans-serif;font-size:7.5pt;"> Pour préserver notre environnement, merci de n'imprimer cet Email que si nécessaire  !</span></div></div></div></div></div></div></div></div></div></div></div></div></blockquote>