Re: Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
 
06.01.2018, 19:46, "Farouk Maâboudallah" <farouk.maaboudallah@xxxxxxxxx>:
Good evening everyone :)
 
Hello,
 
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.
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 :)
 
Firstly, you need to started is get the kernel and looking the Documentation directory and one of the most important CodinStyle and SubmittingPatches files.
 
$ git clone https://github.com/torvalds/linux.git
$ cd linux/Documentation
$ ls CodingStyle SubmittingPatches
 
Read:
 
https://kernelnewbies.org/KernelHacking
https://kernelnewbies.org/KernelBuild
 
clone to branch on git and workaround:
 
$ cd linux
$ git branch devel
$ git checkout devel
 
I think some command needed your working:
 
$ cd linux
$ make prepare
$ make modules_prepare
 
Maybe you should try first compile kernel :)
 
$ cd linux
$ make -j4
$ sudo make modules_install
$ sudo make install
 
Thanks,
Linuxely 
For GNU/UNIX
For free software,
 
 
Regards
 
Ozgur
 
--
P Pour préserver notre environnement, merci de n'imprimer cet Email que si nécessaire  !
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux