fsys_cramfs.c

2002-04-26 Thread Russ Dill
There was a slight probem with reading 1 byte fragments as is done with menu.lst, that has been fixed, as well as some simple caching for such reads. /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2002 Russ Dill [EMAIL PROTECTED] * * This program is free software; you can

fsys_cramfs.c

2002-04-22 Thread Russ Dill
attached is the code for loading files from a cramfs. gunzip.c is really messy, and I can't find the standard zlib entry points. I instead used some inflate code of my own in the development. The code looks like its really only made for gzip'd data, and not for deflated data. If someone could put