From c98f4f1ff64e3f7037faec6dc8da1a143bad5b01 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 20 Nov 2020 17:02:32 -0800 Subject: [PATCH] strat: use 39-bit address space when available (new loader extension) --- stratosphere/boot2/boot2.json | 2 +- stratosphere/dmnt/dmnt.json | 2 +- stratosphere/eclct.stub/eclct.stub.json | 2 +- stratosphere/erpt/erpt.json | 2 +- stratosphere/fatal/fatal.json | 2 +- stratosphere/ro/ro.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stratosphere/boot2/boot2.json b/stratosphere/boot2/boot2.json index 89f48328c..74025f46f 100644 --- a/stratosphere/boot2/boot2.json +++ b/stratosphere/boot2/boot2.json @@ -10,7 +10,7 @@ "is_retail": true, "pool_partition": 2, "is_64_bit": true, - "address_space_type": 1, + "address_space_type": 3, "filesystem_access": { "permissions": "0xFFFFFFFFFFFFFFFF" }, diff --git a/stratosphere/dmnt/dmnt.json b/stratosphere/dmnt/dmnt.json index 52c1533c2..56d5b8f10 100644 --- a/stratosphere/dmnt/dmnt.json +++ b/stratosphere/dmnt/dmnt.json @@ -10,7 +10,7 @@ "is_retail": true, "pool_partition": 2, "is_64_bit": true, - "address_space_type": 1, + "address_space_type": 3, "filesystem_access": { "permissions": "0xFFFFFFFFFFFFFFFF" }, diff --git a/stratosphere/eclct.stub/eclct.stub.json b/stratosphere/eclct.stub/eclct.stub.json index 9d2404787..97c1a16c0 100644 --- a/stratosphere/eclct.stub/eclct.stub.json +++ b/stratosphere/eclct.stub/eclct.stub.json @@ -10,7 +10,7 @@ "is_retail": true, "pool_partition": 2, "is_64_bit": true, - "address_space_type": 1, + "address_space_type": 3, "filesystem_access": { "permissions": "0xFFFFFFFFFFFFFFFF" }, diff --git a/stratosphere/erpt/erpt.json b/stratosphere/erpt/erpt.json index a0d914b7d..733a9a1fb 100644 --- a/stratosphere/erpt/erpt.json +++ b/stratosphere/erpt/erpt.json @@ -10,7 +10,7 @@ "is_retail": true, "pool_partition": 2, "is_64_bit": true, - "address_space_type": 1, + "address_space_type": 3, "filesystem_access": { "permissions": "0xFFFFFFFFFFFFFFFF" }, diff --git a/stratosphere/fatal/fatal.json b/stratosphere/fatal/fatal.json index 86b7e51de..166e72d0b 100644 --- a/stratosphere/fatal/fatal.json +++ b/stratosphere/fatal/fatal.json @@ -10,7 +10,7 @@ "is_retail": true, "pool_partition": 2, "is_64_bit": true, - "address_space_type": 1, + "address_space_type": 3, "filesystem_access": { "permissions": "0xFFFFFFFFFFFFFFFF" }, diff --git a/stratosphere/ro/ro.json b/stratosphere/ro/ro.json index 95ec24e75..bf31dacd4 100644 --- a/stratosphere/ro/ro.json +++ b/stratosphere/ro/ro.json @@ -10,7 +10,7 @@ "is_retail": true, "pool_partition": 2, "is_64_bit": true, - "address_space_type": 1, + "address_space_type": 3, "filesystem_access": { "permissions": "0xFFFFFFFFFFFFFFFF" },