This section of writing will take care of a brief walk through on and answer to question " How u-boot takes up from it's bootm/bootz execution to Linux Kernel handover.
Category: Linux
Some notes on Notification Chain- Linux Kernel
In this post we will be seeing linux kernel notification chains. Notification Chain/Notifier Chain is a chain which is use to deliver the notifications through Linux own implementation of publisher-subscriber model
Generics with make and make files
Overview of make talks something like this:The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them.We can always read more and more about make and its syntax, how to make a make file for your program.We preferably admit "Its strong tool, strong enough that every IDE, … Continue reading Generics with make and make files
You must be logged in to post a comment.