1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +00:00

Add a "syncd" kernel process that periodically calls sync().

This commit is contained in:
Andreas Kling 2018-12-20 02:41:55 +01:00
parent ed7ae6c02c
commit 89040cdc99
3 changed files with 13 additions and 1 deletions

View file

@ -103,6 +103,7 @@ struct SC_mmap_params {
};
void initialize();
int sync();
inline dword invoke(Function function)
{