Enable sysfs

This commit is contained in:
Alessandro Pignotti 2024-12-04 13:12:22 +01:00
parent 47df48d371
commit db67bb1e8e

View File

@ -276,6 +276,8 @@
{type:"devpts", path:"/dev/pts"},
// The Linux 'proc' filesystem which provides information about running processes
{type:"proc", path:"/proc"},
// The Linux 'sysfs' filesystem which is used to enumerate emulated devices
{type:"sys", path:"/sys"},
// Convenient access to sample documents in the user directory
{type:"dir", dev:documentsDevice, path:"/home/user/documents"}
];