-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundles.json
More file actions
28 lines (28 loc) · 939 Bytes
/
bundles.json
File metadata and controls
28 lines (28 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"bundles": [
{
"bundleType": "rom",
"name": "default-rom",
"fileName": "rom.bin",
"id": "baenrwigwdfweve3apyvwicc2zpmzz6vdhsg62xnmzhauruw6ud4dbbafuq",
"version": "0.4.0",
"uri": "https://github.com/cartesi/machine-emulator-rom/releases/download/v0.4.0/rom.bin"
},
{
"bundleType": "ram",
"name": "default-ram",
"fileName": "linux-5.5.19-ctsi-2.bin",
"id": "baenrwia5vqqvdu5chzjqq57tfo45z2txorpnmljeiuwemcibba43noqpvu",
"version": "0.7.0",
"uri": "https://github.com/cartesi/image-kernel/releases/download/v0.7.0/linux-5.5.19-ctsi-2.bin"
},
{
"bundleType": "flashdrive",
"name": "default-root",
"fileName": "rootfs.ext2",
"id": "baenrwig2hfjzzeqmozb7sws6tyxmyazvuipjp5hxamtllifsokwh73eucy",
"version": "0.6.0",
"uri": "https://github.com/cartesi/image-rootfs/releases/download/v0.6.0/rootfs.ext2"
}
]
}