Fix bullet points for Hugo in Jérôme's hiring announcement.

This commit is contained in:
Colin Finck 2020-10-26 09:21:01 +01:00
parent 68b603bdaa
commit 8b57230504
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -17,6 +17,7 @@ Going into the nitty-gritty technical details, Jérôme first wants to make `Cc`
Instead of creating a cache entry for each file section (as ReactOS does right now), let's do it the other way round:
Create an `Mm` section for each cached file and page it in when the filesystem driver requests it.
This has several benefits:
* We use less address space in `Cc`, as each file section will not create a cache entry anymore.
* The ReactOS kernel's architecture gets closer to the Windows original, thereby improving compatibility and maintainability.
* Simplified development in both `Mm` and `Cc`, as that step makes the kernel more modular.