Mount + proper init + sys/proc/tmp

This commit is contained in:
Marc
2021-12-01 21:26:11 +01:00
parent eedb9c067f
commit fbdabd66a5
16 changed files with 351 additions and 17 deletions
+6 -1
View File
@@ -2,4 +2,9 @@
node node_modules/node-gyp/bin/node-gyp.js configure
sudo node node_modules/node-gyp/bin/node-gyp.js build
cp build/Release/syscall.node rootfs\ overrides/chibrax/syscall.node
echo "syscall"
cp build/Release/syscall.node rootfs\ overrides/chibrax/syscall.node
echo "ioctl"
cp build/Release/ioctl.node rootfs\ overrides/chibrax/ioctl.node
echo "mount"
cp build/Release/mount.node rootfs\ overrides/chibrax/mount.node