mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
upgrade haiku to beta5
fixes rare crash thanks @SuperMaxusa
This commit is contained in:
parent
be7a8aa874
commit
f6083ac6b0
2 changed files with 10 additions and 7 deletions
|
|
@ -294,28 +294,30 @@ function onload()
|
|||
id: "haiku",
|
||||
memory_size: 512 * 1024 * 1024,
|
||||
hda: {
|
||||
url: host + "haiku-v4/.img",
|
||||
size: 1 * 1024 * 1024 * 1024,
|
||||
url: host + "haiku-v5/.img",
|
||||
size: 1342177280,
|
||||
async: true,
|
||||
fixed_chunk_size: 1024 * 1024,
|
||||
use_parts: true,
|
||||
},
|
||||
state: { url: host + "haiku_state-v4.bin.zst" },
|
||||
state: { url: host + "haiku_state-v5.bin.zst" },
|
||||
name: "Haiku",
|
||||
homepage: "https://www.haiku-os.org/",
|
||||
acpi: true,
|
||||
},
|
||||
{
|
||||
id: "haiku-boot",
|
||||
memory_size: 512 * 1024 * 1024,
|
||||
hda: {
|
||||
url: host + "haiku-v4/.img",
|
||||
size: 1 * 1024 * 1024 * 1024,
|
||||
url: host + "haiku-v5/.img",
|
||||
size: 1342177280,
|
||||
async: true,
|
||||
fixed_chunk_size: 1024 * 1024,
|
||||
use_parts: true,
|
||||
},
|
||||
name: "Haiku",
|
||||
homepage: "https://www.haiku-os.org/",
|
||||
acpi: true,
|
||||
},
|
||||
{
|
||||
id: "beos",
|
||||
|
|
|
|||
|
|
@ -665,8 +665,8 @@ if(cluster.isPrimary)
|
|||
skip_if_disk_image_missing: true,
|
||||
timeout: 60,
|
||||
memory_size: 512 * 1024 * 1024,
|
||||
hda: root_path + "/images/haiku-v4.img",
|
||||
state: root_path + "/images/haiku_state-v4.bin.zst",
|
||||
hda: root_path + "/images/haiku-v5.img",
|
||||
state: root_path + "/images/haiku_state-v5.bin.zst",
|
||||
actions: [
|
||||
{
|
||||
after: 2 * 1000,
|
||||
|
|
@ -676,6 +676,7 @@ if(cluster.isPrimary)
|
|||
expected_serial_text: [
|
||||
"121393",
|
||||
],
|
||||
acpi: true,
|
||||
},
|
||||
{
|
||||
name: "9front",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue