Y
Hacker News
new
|
ask
|
show
|
jobs
by
ryanmccullagh
895 days ago
Instead of an arbitrary octet-stream link, I would highly recommend hosting your bad cpio archive on GitHub. A `hexdump -C` would be preferred.
1 comments
thewakalix
895 days ago
curl --silent https://blog.colindou.ch/lets-make-an-os/bad.cpio | hexdump -C | less
link