PinnedEmulate ARM x32 architectureEmulate ARM x64 architecture https://934.medium.com/emulate-arm-x64architecture-99fb880de90bMay 20, 2021May 20, 2021
Emulate ARM x64 architectureEmulate ARMx32 architecture https://934.medium.com/emulate-arm-x-32-architecture-ede39ab6a33bMay 21, 2021May 21, 2021
/proc filesystemIs a pseudo-filesystem which provide an interface to kernel data structure.May 25, 2020May 25, 2020
Simple Notion about Machine LearningAt the beginning, man has sought ease in his daily tasks for what he has so far built and been the basis of modern society, research. Over…Oct 25, 2019Oct 25, 2019
DIFFERENCES BETWEEN STATIC AND DYNAMIC LIBRARIESTo create a executable of our code is necessary, the first step is compile, in this process generate three important phases.Sep 17, 2019Sep 17, 2019
HOW INTEGERS ARE STORED IN MEMORY USING TWO’S COMPLEMENTThis is a method for representing a number with a sign(Negative). The complement of any binary number is to keep the most significative…Aug 10, 2019Aug 10, 2019
C static librariesThe libraries are objects files, content symbols like functions, constants, and header. and can be used in the linking phase and faster to…Jul 15, 2019Jul 15, 2019
GCC Compilergcc It a way to compiler file .c. It does preprocessing, compilatiom, assembly and linking. This allow to stop this process. for example…Jun 20, 2019Jun 20, 2019
Published inLINUX COMMANDSDifference between hard and symbolic linkSource: Linux command line — William E. Shotts, Jr.Jun 18, 2019Jun 18, 2019