Date Range
Date Range
Date Range
Privacy Protection Service INC dba PrivacyProtect.org
Domain Admin
C/O ID#10760, PO Box 16 Note - Visit PrivacyProtect.org to contact the domain owner/operator Note - Visit PrivacyProtect.org to contact the domain owner/operator
Nobby Beach, Queensland, QLD 4218
AU
Intention of this blog is to provide information on linux kernel programming for device drivers development and for hacking kernel. I hope this would help beginners in linux a lot at the basic stage of understanding concepts. Saturday, December 16, 2017. FlashMagic is will versed PC tool for ISP programming NXP flash based microcontrollers. Here are the steps for using Flash Magic on Ubuntu.
Thursday, April 06, 2006. How to create a patch for linux kernels. Diff -ur - new-file linux. Look up the kernelnewbies website on how to apply the patch. Thursday, February 16, 2006. The book is not really about kernel but more on the GNU tools.
You are not logged in. Today Tuesday, 3 April. You are not logged in.
Sunday, January 20, 2013. Spinlocks as the name suggests, is a kind of lock where you spin until you own the lock. Traditional mutexes, semaphore implementations put you into a sleeping wait queue in the kernel until you are granted the lock. Traditionally, spinlock implementations work by decrementing the lock value atomically.