Linux Kernel Boot Process – Building NUMA Node Zonelists – Source Code Explanation

Linux Kernel Boot Process - Building NUMA Node Zonelists - Source Code Explanation

This is the 120th lesson of the Linux Kernel Boot Process course. This lesson explains from the source code perspective how the Linux kernel constructs zonelists for NUMA nodes, as well as the categories of zonelists and their functions, etc. The previous lesson covered prerequisite knowledge, and this lesson discusses the corresponding kernel source code. … Read more

How to Install Applications from Source on Linux

How to Install Applications from Source on Linux

Some applications can only be installed from source code. Here’s how to do it. Translated from Linux: How To Install Apps From the Source by Jack Wallen. When I first started using Linux, there was only one way to install applications… from the original source code. Those days are long gone, and now there are … Read more

C Language | Swap Elements of 2D Array Rows and Columns

C Language | Swap Elements of 2D Array Rows and Columns

“To become a master, it’s not something that can be achieved overnight, unless you’re a natural talent in martial arts, but such people… are one in a million.” —— Landlady This principle also applies to learning C language. After all, those with exceptional programming talent are few and far between. Most of us need to … Read more

Downloading and Compiling Rockchip RK3588 Source Code (Based on Android 13)

Downloading and Compiling Rockchip RK3588 Source Code (Based on Android 13)

Downloading and Compiling Rockchip RK3588 Source Code (Based on Android 13) Source Code Download Download Link repo init –repo-url https://gerrit.rock-chips.com:8443/repo-release/tools/repo -u https://gerrit.rock-chips.com:8443/Android_T/manifests.git -m Android13.xml Server Mirror Download repo init –repo-url https://gerrit.rock-chips.com:8443/repo-release/tools/repo -u https://gerrit.rock-chips.com:8443/Android_T/manifests.git -m Android13.xml -mirror You need to apply for SDK usage permission from RK. Since AOSP uses repo to manage source code repositories, … Read more

Complete Android Development Resources: Videos and Source Code

Complete Android Development Resources: Videos and Source Code

Click the above “My Cloud Drive” to get more of the latest resources! Recently I saw a picture, and I think it should resonate with people in the IT industry. Maybe this means that this year is the beginning of the 996 work culture , but so what? Even if it tortures us a thousand … Read more

Where to Find MCU and RTOS Resources, Documentation, and Source Code?

Where to Find MCU and RTOS Resources, Documentation, and Source Code?

Follow+Star Public Number, don’t miss exciting content Author | strongerHuang WeChat Public Account | Embedded Column I’ve often seen some friends asking in the group chat: **Where to download materials,** documentation, and **source code?** Where to find materials, documentation, and source code? Many beginners like to search for materials, documentation, and source code on Baidu, … Read more

Understanding the RTOS Kernel: A Guide for Beginners

Understanding the RTOS Kernel: A Guide for Beginners

Follow+Star Public Account Number, don’t miss exciting content Author | strongerHuang WeChat Public Account | strongerHuang I recently saw a discussion in a technical group about whether to read the RTOS kernel source code. From the perspective of someone who has been there, I would say: it is not necessary, I do not recommend reading … Read more

How to View and Debug Android Source Code Using Android Studio

How to View and Debug Android Source Code Using Android Studio

Today’s Tech News Recently, it was reported that the local life service company formed by the merger of Ele.me and Koubei has raised $4 billion in funding, bringing its valuation to $30 billion. According to insiders, over $3 billion of the new funding comes from Alibaba and SoftBank’s Vision Fund, with Primavera Capital Group and … Read more