Graphics Pipeline
Reference1Reference2Reference3 This is a high level overview about graphics pipeline. Some stages are programmable but the others are fixed...
Reference1Reference2Reference3 This is a high level overview about graphics pipeline. Some stages are programmable but the others are fixed...
Generally speaking, there are 4 types of error: Modeling ErrorTo abstract (simplify) a mathematical model from practicalproblems, there exists an...
Reference Rules of Memory AlignmentFor each compiler, it has its own default alignment. For gcc its default alignment is 4, and it can be modified...
Download ELF filePractice ELF file
SegmentsSegments usually describe the layout of .elf files in memory. In a C program the memory layout is as follows: So each the segments are...
Since many themes were developed for years then their maintenance has stopped, so the plug-in google analytics & disqus code may invalidate....
CompilingAdd -g option to gcc to preserve debugging info. 1gcc -o target target.c -g Using file command to check if the elf file contains...
Native VLAN (PVID)Native VLAN and PVID are essentially the same, they are both port default VLAN ID. The default VLAN ID for every port is 1...
SegmentsSegments usually describe the layout of .elf files in memory. In a C program the memory layout is as follows: So each the segments are...