fuchsia Questions
4
I was trying to get the Google Fuchsia source code, but I keep running into a bunch of these errors:
ERROR: 'git fetch -p origin' failed:
stdout:
stderr:
fatal: unable to access 'https://fuchsia.go...
2
I would like to download Fuchsia's source code.
I entered curl -s "https://fuchsia.googlesource.com/fuchsia/+/HEAD/scripts/bootstrap?format=TEXT" | base64 --decode | bash that I found on ...
4
What programming languages can be used to develop Google Fuchsia applications?
Luba asked 25/7, 2018 at 17:29
1
Solved
According to ARM documentation, the thread ID registers like TPIDR_EL0 or TPIDR_EL1,
Provide locations to store the IDs of software threads and processes
for OS management purposes. These register...
1
Solved
I'm trying to understand how the Zircon's (Fuchsia OS kernel) allocs page in ARM64, so I found mmu.cpp https://fuchsia.googlesource.com/fuchsia/+/4277d3203daa0fc5e4dd1625cf96891dd9882f44/zircon/ker...
1
© 2022 - 2024 — McMap. All rights reserved.