Update index.html

This commit is contained in:
Buzz 2024-08-21 18:00:45 +10:00 committed by GitHub
parent f603d531be
commit cb86e57e53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -333,7 +333,15 @@ __ __ _ __ ____ __
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"},{type:"proc",dev:"",path:"/proc"}], networkInterface: networkInterface}).then(runTest, failCallback);
CheerpXApp.create({devices:[{type:DEVICE_TYPE,url:IMAGE_URL,name:"block1"},
{type:DEVICE_TYPE,url:'https://davidbuzz.github.io/webvm2/',name:"extra"}], //webvm2/extra.ext2
mounts:[{type:"ext2",dev:"block1",path:"/"},
{type:"ext2",dev:"block2",path:"/disk2"},
{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()
{