Comment on A weird CPIO discrepancyComments−ryanmccullagh2yInstead of an arbitrary octet-stream link, I would highly recommend hosting your bad cpio archive on GitHub. A `hexdump -C` would be preferred.−thewakalix2y curl --silent https://blog.colindou.ch/lets-make-an-os/bad.cpio | hexdump -C | less
Comments
Instead of an arbitrary octet-stream link, I would highly recommend hosting your bad cpio archive on GitHub. A `hexdump -C` would be preferred.