소스 검색

Enable sysfs

Alessandro Pignotti 7 달 전
부모
커밋
db67bb1e8e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/lib/WebVM.svelte

+ 2 - 0
src/lib/WebVM.svelte

@@ -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"}
 		];