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
| Hardware: | |
| --------- | |
| USB3 HDD, a Router with USB port and SMB file sharing | |
| Prep physical disk: | |
| ------------------- | |
| Format 1 Volume exFAT, connect to router | |
| Share it via SMB in Router settings | |
| Prep a disk image: |
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
| func DLog(format: String, args: CVarArgType) { | |
| #if DEBUG | |
| NSLog(format, args.encode()) | |
| #endif | |
| } |