Skip to content

Commit 4c9445e

Browse files
authored
Remove Project Structure section from README
Removed Project Structure section and related content from README.
1 parent 97df5b4 commit 4c9445e

1 file changed

Lines changed: 0 additions & 39 deletions

File tree

README.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ A native C++ Android root module for **Magisk**, **KernelSU**, and **APatch** th
1818
- [Installation](#installation)
1919
- [Verifying Operation](#verifying-operation)
2020
- [Build from Source](#build-from-source)
21-
- [Project Structure](#project-structure)
2221
- [Safety Notice](#safety-notice)
2322
- [Contributing](#contributing)
2423
- [License](#license)
@@ -160,30 +159,6 @@ Release builds apply `-O3 -flto -ffunction-sections -fdata-sections` and strip t
160159

161160
---
162161

163-
## Project Structure
164-
165-
```
166-
CoreTaskOptimizer/
167-
├── src/
168-
│ └── main.cpp # Core optimizer: topology, syscalls, process enumeration
169-
├── common/
170-
│ ├── functions.sh # MMT Extended utility functions (modified)
171-
│ └── install.sh # Module install-time output
172-
├── META-INF/
173-
│ └── com/google/android/
174-
│ ├── update-binary # Magisk module entry point
175-
│ └── updater-script # Magisk marker
176-
├── CMakeLists.txt # Cross-compilation build definition
177-
├── build.sh # Multi-ABI build script
178-
├── customize.sh # Magisk module customization hook
179-
├── module.prop # Module metadata
180-
├── service.sh # Boot service: waits for boot, runs binary
181-
├── uninstall.sh # Clean uninstall handler
182-
└── update.json # OTA update manifest
183-
```
184-
185-
---
186-
187162
## Safety Notice
188163

189164
This module modifies kernel scheduling parameters for running processes. While the changes are non-persistent and reset on reboot, please be aware of the following:
@@ -216,17 +191,3 @@ This project is licensed under the **GNU General Public License v3.0**. See [LIC
216191
**MMT Extended** by [Zackptg5](https://github.com/Zackptg5) — the Magisk module framework used as the foundation for the installer scripts.
217192

218193
The **Magisk**, **KernelSU**, and **APatch** projects and their communities — for building and maintaining the root management ecosystem that makes modules like this possible.
219-
220-
---
221-
222-
## ❤️ Thank You
223-
224-
This project exists because of the incredible Android root community. Every bug report, star, share, and kind word genuinely means a lot and keeps this project alive and improving.
225-
226-
A special thank you to the **Magisk**, **KernelSU**, and **APatch** communities for building the foundation that makes modules like this possible, and to every user who trusted this module on their device.
227-
228-
If this module made your device feel even a little snappier, that is everything I could ask for. Your support, big or small, is what turns a side project into something worth maintaining.
229-
230-
With love and gratitude 🙏❤️
231-
232-
- [c0d3h01](https://github.com/c0d3h01)

0 commit comments

Comments
 (0)