Skip to content
#

hobby-kernel

Here are 35 public repositories matching this topic...

AxFab
AxFab commented Aug 20, 2019

Block file are mapped on memory by page using the blk_cache_t structure.
However those pages are never written back. Pages marked as dirty should be pushed on a specific queue for asynchronous write on device.
For now, we can work with a round-Robin prioritization handle by a single kernel thread.

Improve this page

Add a description, image, and links to the hobby-kernel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hobby-kernel topic, visit your repo's landing page and select "manage topics."

Learn more