Add upstream ext2 + CX
This commit is contained in:
parent
71a5ba7418
commit
55433e48ee
1 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@
|
|||
{
|
||||
printOnTerm.printError(printOnTerm.getErrorMessage(err));
|
||||
}
|
||||
CheerpXApp.create({devices:[{type:"block",url:"https://127.0.0.1:8080/images/webvm_20220131.ext2",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}).then(runTest, failCallback);
|
||||
CheerpXApp.create({devices:[{type:"block",url:"https://disks.leaningtech.com/pythonfiddle_20220914.ext2",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}).then(runTest, failCallback);
|
||||
}
|
||||
function initialMessage()
|
||||
{
|
||||
|
@ -346,7 +346,7 @@
|
|||
var script = document.createElement('script');
|
||||
script.type = 'text/javascript';
|
||||
|
||||
var cxFile = "https://127.0.0.1:8080/cx.js";
|
||||
var cxFile = "https://cheerpxdemos.leaningtech.com/publicdeploy/20220929/cx.js";
|
||||
script.src = cxFile;
|
||||
script.addEventListener("load", runBash, false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue