Linux102: Analysis of ramdisk.c in Linux Kernel 0.11

Linux102: Analysis of ramdisk.c in Linux Kernel 0.11

Public Account “Focus on Linux”, dedicated to Linux kernel development The Linux102 series will detail 102 files in version 0.11 of Linux. This article discusses the source code of the 45th file, <span>【Linux102】45-kernel/blk_drv/ramdisk.c</span>. 1. Main Function of ramdisk.c This is a memory virtual disk driver, written by Theodore Ts’o. It means that: If RAMDISK is … Read more