mirror of
https://github.com/RGBCube/serenity
synced 2025-06-30 15:02:06 +00:00
Add a "syncd" kernel process that periodically calls sync().
This commit is contained in:
parent
ed7ae6c02c
commit
89040cdc99
3 changed files with 13 additions and 1 deletions
|
@ -44,7 +44,7 @@ void initialize()
|
|||
kprintf("syscall: int 0x80 handler installed\n");
|
||||
}
|
||||
|
||||
static int sync()
|
||||
int sync()
|
||||
{
|
||||
VFS::the().sync();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue