mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
add Chokanji 4
This commit is contained in:
parent
1a0f31e34f
commit
ed34b06339
1 changed files with 13 additions and 0 deletions
|
|
@ -1439,6 +1439,19 @@ function onload()
|
|||
memory_size: 512 * 1024 * 1024,
|
||||
homepage: "https://squeaknos.blogspot.com/"
|
||||
},
|
||||
{
|
||||
id: "chokanji4",
|
||||
name: "Chokanji 4",
|
||||
hda: {
|
||||
url: host + "chokanji4/.img.zst",
|
||||
size: 10737418240,
|
||||
async: true,
|
||||
fixed_chunk_size: 256 * 1024,
|
||||
use_parts: true,
|
||||
},
|
||||
memory_size: 512 * 1024 * 1024,
|
||||
homepage: "https://archive.org/details/brightv4000"
|
||||
},
|
||||
];
|
||||
|
||||
if(DEBUG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue