Modifying caches in ExaGear: Difference between revisions
mNo edit summary |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[ru:Модификация кешей в ExaGear]] | |||
This page contains instructions for ''modifying and building'' caches (.obb files) in '''[[About ExaGear products|ExaGear Windows Emulator]].''' | This page contains instructions for ''modifying and building'' caches (.obb files) in '''[[About ExaGear products|ExaGear Windows Emulator]].''' | ||
----You can also use the [https://github.com/Grima04/exagear-cache-creator exagear-cache-creator] tool to create cache from scratch using '''debootstrap'''(required PC or laptop). | ----You can also use the [https://github.com/Grima04/exagear-cache-creator exagear-cache-creator] tool to create cache from scratch using '''debootstrap'''(required PC or laptop). | ||
| Line 42: | Line 43: | ||
In a terminal, mount the /dev, /proc, and /sys virtual file systems by issuing the following commands: | In a terminal, mount the /dev, /proc, and /sys virtual file systems by issuing the following commands: | ||
# <code>sudo mount proc - proc ./proc</code> | # <code>sudo mount proc -t proc ./proc</code> | ||
# <code>sudo mount sys -t sysfs ./sys</code> | # <code>sudo mount sys -t sysfs ./sys</code> | ||
# <code>sudo mount --bind /dev ./dev</code> | # <code>sudo mount --bind /dev ./dev</code> | ||