Skip to content

Commit cbf2289

Browse files
authored
reword that shi and update arm64 faq
1 parent 0b0b250 commit cbf2289

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/Sober/FAQ/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ Unfortunately no. This is because it would be more easier to debug Sober using a
4040

4141

4242
## ARM64 support/VR support?
43-
Neither are supported. Porting to ARM64 is virtually impossible since kernel features that is utilized in Sober is not present in the ARM Linux kernel.
44-
45-
For VR, the Quest build does not ship with x86 code like Android does. Doing this have to resort with ARM64 to x86 translation, which is slow and problematic.
46-
47-
We have no intention of changing this.
43+
We are currently experimenting with ARM support for Sober, but it is not production-ready yet. Previously, it was (virtually) impossible to port Sober to ARM due to missing kernel features for the Linux ARM kernel that is required for Sober to operate.
4844

45+
For VR, the Quest build does not ship with x86 code like Android does. Doing this have to resort with ARM64 to x86 translation, which is slow and problematic. We have no intention of changing this.
4946

5047

5148
## How does Sober work? Is it official? Will it get blocked by Roblox?

src/Sober/Troubleshooting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Virtual machines are not generally supported. Unless you can passthrough the GPU
8888

8989

9090
### I cannot install Sober on an ARM64 machine
91-
That's because there isn't any support for ARM devices at the moment. There is no solution to this at the moment.
91+
That's because there currently isn't any support for ARM devices. Please see question #8 on [the FAQ](../FAQ/index.html#arm64-supportvr-support).
9292

9393

9494

0 commit comments

Comments
 (0)