EmbLogic's Blog

Author Archives: hemant.yadav

Python

Python is a general-purpose interpreted, interactive, object-oriented ,Platfom independent and high-level programming language. Python was created by Guido van Rossum in the late eighties and early nineties. Python source code is also now available under the GNU General Public License … Continue reading

Posted in Uncategorized | Leave a comment

Static linking of libraries.

What happens when a library is statically linked . Does the loader comes in the picture during linking ?

Posted in Uncategorized | Tagged , | 1 Comment

C assignment status

I have completed 4 assignments.

Posted in Uncategorized | Leave a comment

Character Driver

Implemented character driver writing to kernel buffer for any number of bytes . Also implemented reading from kernel buffer for any number of bytes.

Posted in Uncategorized | Leave a comment