Mount + proper init + sys/proc/tmp
This commit is contained in:
+14
@@ -6,6 +6,20 @@
|
||||
"sources": [
|
||||
"clibs/chibrax/syscall.cc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_name": "ioctl",
|
||||
'cflags': [ '-Wall' ],
|
||||
"sources": [
|
||||
"clibs/chibrax/ioctl.cc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_name": "mount",
|
||||
'cflags': [ '-Wall' ],
|
||||
"sources": [
|
||||
"clibs/chibrax/mount.cc"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user