Architecting Windows Disk Redirection: RDBSS and Mini-Redirector Frameworks

Windows disk redirection addresses a fundamental challenge: presenting remote storage as a local filesystem while correctly handling complex operations such as directory enumeration, file locking, and attribute queries. When an application interacts with a redirected drive, the system must translate standard I/O requests into network messages a ...

Posted on Mon, 08 Jun 2026 18:24:02 +0000 by mlvnjm

Implementing OpenHarmony HDF Platform Drivers for SoC Porting

Drivers in OpenHarmony are categorized into platform drivers and device drivers. Platform drivers handle on-SoC peripherals such as GPIO, I2C, and SPI controllers. Device drivers manage external components like LCD displays, touch panels, and WLAN modules connected to the SoC.The HDF (Hardware Driver Foundation) framework enables cross-operatin ...

Posted on Mon, 18 May 2026 23:35:21 +0000 by alwaysinit