Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/9/pcboot/no-inflate.c
#include "u.h" #include "../port/lib.h" int gunzip(uchar *, int, uchar *, int) { print("booting gzipped kernels is not supported by this bootstrap.\n"); return -1; }