blob: 0e927f440021df3afcb4d1277d5807a17c2f8ef5 [file] [log] [blame]
June 30, 2003 Helge Deller
- add uninstall make target
---
January 13, 2003 Martin K. Petersen
- Change ipl so that partition type 0xfd (software RAID) is
allowed. This makes it possible to boot from mirrored system
disks.
---
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.