blob: 9b401d956c66ea3f27cd4c885efc822d5862c538 [file] [log] [blame]
August 5, 2002 - Carlos O'Donell
Changed argument checking in palo.c
- Originally you could specify a kernel command line of up to 255
characters, but in reality the firstblock structure could only
hold 127. The check in palo.c has been changed to 127.
---
July 28, 2002 - Carlos O'Donell
These changes relate to:
- Build palo without kernel header source
Removed conditional header includes depending on kernel version
Removed the include for fs.h since we don't really need it.
- ./ipl/ext2.c
Removed the include for time.h since we don't really need it.
- ./ipl/ipl.c
Added ./include/asm and ./include/linux/byteorder to accomodate
for all the new asm/* and linux/byteorder/* header files that
were required to build palo without kernel headers.
---
4-June Paul Bame
These changes depend upon using a relatively recent cross-compile
environment and *especially* one with include/linux and include/asm:
Remove dependencies on access to native and pa linux kernel trees
for header files.
Remove dependency on pa linux 'arch/parisc/lib/milli.o'
Got rid of some compiler warnings.