Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在内核模式下编写 fs,但我不能使用缓冲区/缓存(例如在 sb_bread(..) 中)。我是谁直接从/向我的块设备读取和写入块。
我正在编写分布式 fs(通过网络),因为并非所有块都来自同一设备/机器。缓冲区问题不大。
谢谢,丹