From bb21cf7077c5b9ef5b0011e6ca9321a02a4bf850 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 22 Jul 2024 10:42:21 +0200 Subject: [PATCH] Mount proc, CheerpX now has partial support for it --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2a5ef72..6bbd21e 100644 --- a/index.html +++ b/index.html @@ -332,7 +332,7 @@ __ __ _ __ ____ __ printOnTerm.printError(printOnTerm.getErrorMessage(err)); } // The device url and type are replaced by Github Actions. - CheerpXApp.create({devices:[{type:DEVICE_TYPE,url:IMAGE_URL,name:"block1"}],mounts:[{type:"ext2",dev:"block1",path:"/"},{type:"cheerpOS",dev:"/app",path:"/app"},{type:"cheerpOS",dev:"/str",path:"/data"},{type:"devs",dev:"",path:"/dev"}], networkInterface: networkInterface}).then(runTest, failCallback); + CheerpXApp.create({devices:[{type:DEVICE_TYPE,url:IMAGE_URL,name:"block1"}],mounts:[{type:"ext2",dev:"block1",path:"/"},{type:"cheerpOS",dev:"/app",path:"/app"},{type:"cheerpOS",dev:"/str",path:"/data"},{type:"devs",dev:"",path:"/dev"},{type:"proc",dev:"",path:"/proc"}], networkInterface: networkInterface}).then(runTest, failCallback); } function initialMessage() {