Subversion Repositories planix.SVN

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#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;
}