C Linkage and Variable addressing
Reading Time: 8 minutes We’ll take an example small C program to demonstrate what goes on during compilation and what some keywords can do to a […]
Reading Time: 8 minutes We’ll take an example small C program to demonstrate what goes on during compilation and what some keywords can do to a […]
Reading Time: 7 minutes In my previous postI talked about how to compile the required components to be able to build a bootable system from […]
Reading Time: 3 minutes This post is a small introduction on how to boot Linux using U-Boot. We’ll use QEMU virtual machine for ARM architecture. Thus […]
Reading Time: 2 minutes The never ending Struggle Struggle is the only way for Life. Even if you’ve everything you need at a stone’s throw or […]
Reading Time: 3 minutes Consider an array of size N and given a size K we need to find maximum elements of all subarrays of size K in […]