This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <assert.h> | |
| #include <stdlib.h> | |
| #include <pthread.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdbool.h> | |
| #include <inttypes.h> | |
| #include <math.h> | |
| #ifndef __arm64__ | |
| #include <immintrin.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =============================================== | |
| WINDOWS MANUAL REINSTALL GUIDE v0.1.0 | |
| =============================================== | |
| Wait! Did you try these? | |
| * Dell Quick Diagnostic | |
| * Dell Advanced Diagnostic > Storage, OS Boot Path | |
| * WinRE > Startup Repair, Uninstall Updates, System Restore | |
| * Try Ubuntu bootable | |
| * Open CMD > run `chkdsk` |