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
What happens when a library is statically linked . Does the loader comes in the picture during linking ?
Implemented character driver writing to kernel buffer for any number of bytes . Also implemented reading from kernel buffer for any number of bytes.