Ryan Crosby
Ryan Crosby
@LoganDark Just because macOSX is based on BSD and is UNIXish doesn't magically make it a holy grail of security. Apple let bugs [like this through](https://arstechnica.com/information-technology/2017/11/macos-bug-lets-you-log-in-as-admin-with-no-password-required/). Nevertheless I agree that...
Not as clean cut as I was hoping, no. I have rewritten a lot of the ATA layer to clean up a bunch of messy and hacky code, with improvements...
I have received the boot sector for this iPod: ``` 000: EB 3C 90 2A 55 4F 4B 4A 49 48 43 00 02 20 20 00
[Ipodloader2-2.5.tar.gz](https://github.com/crozone/ipodloader2/files/14496066/Ipodloader2-2.5.tar.gz) Found it!
[loader.readtest.bin.zip](https://github.com/crozone/ipodloader2/files/14510023/loader.readtest.bin.zip) @EvergreenTrone I've built a quick debug version which will read the first 4 sectors from the disk and print the number of bytes read and any errors. Could you...
[loader.2.9.0d.zip](https://github.com/crozone/ipodloader2/files/14512375/loader.2.9.0d.zip) Okay, here is a development version of v2.9.0. It has completely rewritten ATA code and cache, as well as improved MBR handling and partition detection. It might not magically...
@rafkt I think you may have a separate but related issue relating to the iPod 5.5G MBR. I've created a separate issue here: https://github.com/crozone/ipodloader2/issues/11
The "Restore Text" option is a fan-made patch for the US Rev 0 ROM that doesn't quite match any of the official translations. It's a good patch, but it's not...
I'm still working on it but didn't get very far. Feel free to close if you like.
Yes, but it has been neglected for a bit... I should really pick it back up and try to finish off v4.0. The changes are on the release-4.0 branch, there's...