diff --git a/src/c/init.c b/src/c/init.c index 2c9ab52..facacd0 100644 --- a/src/c/init.c +++ b/src/c/init.c @@ -11,6 +11,7 @@ void lupi_init() { if(getpid() == 1) { mount(NULL, "/sys", "sysfs", 0, NULL); mount(NULL, "/proc", "procfs", 0, NULL); + mount(NULL, "/tmp", "tmpfs", 0, NULL); } struct statvfs fsstat; @@ -21,4 +22,4 @@ void lupi_init() { void lupi_init() { } -#endif \ No newline at end of file +#endif