This project is a Chinese translation and educational resource focused on the internal workings of the Linux kernel. It provides a curated collection of technical content designed for studying low-level operating system mechanisms and kernel development.
Les fonctionnalités principales de hust-open-atom-club/linux-insides-zh sont : Linux Kernel Internals, Kernel Interrupt Models, Kernel Data Structures, Boot Sequence Tracing, Kernel Development, Kernel Memory Implementations, Foundational Concepts, Execution Flow Analysis.
Les alternatives open-source à hust-open-atom-club/linux-insides-zh incluent : 0xax/linux-insides — This project is a technical reference and educational guide focused on the internal architecture of the Linux kernel.… jikexueyuanwiki/tensorflow-zh — This project is a community-driven technical translation effort and a machine learning educational resource. It… sysprog21/lkmpg — The Linux Kernel Module Programming Guide is an educational resource that teaches how to write, compile, and manage… chyyuu/os_kernel_lab — This project is an educational framework and toolkit designed for developing and testing operating system kernels. It… dibingfa/flash-linux0.11-talk — 你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码. deeplearning-ai/machine-learning-yearning-cn — This project is a technical educational resource providing Chinese translations of instructional guidelines focused on…
This project is a technical reference and educational guide focused on the internal architecture of the Linux kernel. It serves as a low-level systems programming resource and documentation for operating system internals, detailing the implementation of core mechanisms within the kernel source code. The materials provide a detailed study of the Linux kernel, tracing behavior through actual C source and assembly. It specifically covers the progression from the bootloader and decompression to the final kernel entry point, alongside the management of hardware interrupts and symmetric multiproces
This project is a community-driven technical translation effort and a machine learning educational resource. It focuses on the localization of official TensorFlow technical guides and deep learning concepts from English into Chinese. The project utilizes a distributed Git-based contribution workflow and a decentralized review process to manage the translation of complex software documentation. Content is authored using Markdown to maintain consistent formatting across different platforms. The repository organizes these translated guides within a nested folder hierarchy that mirrors the origi
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
This project is an educational framework and toolkit designed for developing and testing operating system kernels. It provides a structured environment for implementing fundamental system primitives, including virtual memory management, preemptive process scheduling, and filesystem organization, using Rust and C. The framework is specifically oriented toward RISC-V and x86 architectures, serving as a laboratory for learning how to build core system software from the ground up. The project distinguishes itself by supporting both bare-metal deployment and hardware emulation, allowing developers