mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
Add a "syncd" kernel process that periodically calls sync().
This commit is contained in:
@@ -44,7 +44,7 @@ void initialize()
|
||||
kprintf("syscall: int 0x80 handler installed\n");
|
||||
}
|
||||
|
||||
static int sync()
|
||||
int sync()
|
||||
{
|
||||
VFS::the().sync();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user