vendredi 8 août 2014

Développement de Modules de noyau Linux en Python - débordement de pile


I have been wondering if developing Linux kernel modules (drivers) with Python is possible. Is it?




See here we have certain issues.



  1. We have to understand why Linus Torvalds himself preferred C and Assembly language.C is the only language that won't hinder your performance on raw hardware. The Operating System was designed to use as much minimal resources as possible.

  2. Coming to Python, we already know that it's an interpreted language. So thereby its slow as it runs on a virtual environment.

  3. Yes you can definitely try some. Check this


  4. Instead you can really look forward to filesystem programming and multilevel cache organization and such using python.




I have been wondering if developing Linux kernel modules (drivers) with Python is possible. Is it?



See here we have certain issues.



  1. We have to understand why Linus Torvalds himself preferred C and Assembly language.C is the only language that won't hinder your performance on raw hardware. The Operating System was designed to use as much minimal resources as possible.

  2. Coming to Python, we already know that it's an interpreted language. So thereby its slow as it runs on a virtual environment.

  3. Yes you can definitely try some. Check this


  4. Instead you can really look forward to filesystem programming and multilevel cache organization and such using python.



0 commentaires:

Enregistrer un commentaire