Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasiansteev <asiansteev@gmail.com>2017-02-14 01:38:51 +0300
committerasiansteev <asiansteev@gmail.com>2017-02-17 01:18:26 +0300
commitff898827c28bdf7a311e77ca2f4aac437f0bdba2 (patch)
tree516593c046066f9ca8e07642d3df8c4223c7c86c /README.md
parent7fadb3b36f3a925217ea4bcb19b88a5b1ba99065 (diff)
"the kernal"
also line break for readability
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c046cdb2..dc2890e8 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,6 @@ No! It was my Russian сomrade [madmonkey](https://github.com/madmonkey1907). He
You just need to unpack it somewhere (installation not required), run it, press “Add more games”, select some ROMs and press “Synchronize”. The application will guide you.
## How does it work?
-You don’t need to worry about it. But if you really want to know it’s using [FEL mode](http://linux-sunxi.org/FEL). FEL is a low-level subroutine contained in the [BootROM](http://linux-sunxi.org/BROM) on [Allwinner](https://en.wikipedia.org/wiki/Allwinner_Technology) devices. It is used for initial programming and recovery of devices using USB. This allows us to upload code into RAM and execute it. In this way we can read Linux kernel (yes, NES Mini runs on Linux), write kernel or execute kernel from memory without writing it to flash. We can dump the kernel image of NES Mini, unpack it, add some games and a script which will copy them to flash, repack, upload and execute.
+You don’t need to worry about it. But if you really want to know it’s using [FEL mode](http://linux-sunxi.org/FEL). FEL is a low-level subroutine contained in the [BootROM](http://linux-sunxi.org/BROM) on [Allwinner](https://en.wikipedia.org/wiki/Allwinner_Technology) devices. It is used for initial programming and recovery of devices using USB. This allows us to upload code into RAM and execute it. In this way we can read the Linux kernel (yes, NES Mini runs on Linux), write the kernel or execute the kernel from memory without writing it to flash. We can dump the kernel image of the NES Mini, unpack it, add some games and a script which will copy them to flash, repack, upload and execute.
-But the games directory is on the read-only partition, so we need also to create and flash a custom kernel with a special script that creates a sandbox folder on the writable partition and mounts it over the original games folder. So your original files are safe. You can’t delete or harm the original files in any way. For kernel patching, Hakchi2 is just executing other applications, that’s why there is the “tools” folder.
+The games directory is on the read-only partition, so we need also to create and flash a custom kernel with a special script that creates a sandbox folder on the writable partition and mounts it over the original games folder. So your original files are safe. You can’t delete or harm the original files in any way. For kernel patching, Hakchi2 is just executing other applications, that’s why there is the “tools” folder.