Add README.md

This commit is contained in:
2026-04-01 18:44:06 -04:00
parent 88e386058e
commit b9268eebf6
+9
View File
@@ -0,0 +1,9 @@
Code taken from here:
- https://git.2f30.org/scripts/file/selfboot/isofix.c.html
- https://git.2f30.org/scripts/file/selfboot/isofix.h.html
### Building
```
gcc -O2 isofix.c -o isofix
```