palo bame

Paul Bame bame@puffin.external.hp.com
Tue, 7 Mar 2000 18:28:09 -0700


CVSROOT:	/home/cvs/parisc
Module name:	palo
Changes by:	bame	00/03/07 18:28:09

Modified files:
	.              : Makefile 
Added files:
	.              : README.CROSSCOMPILE 
	ipl            : Makefile bld_info.h bootloader.h byteio.c 
	                 crt0.S ext2.c fileio.c ipl.c lib.c offset.c 
	                 pdc_bootio.c pdc_cons.c vsprintf.c 
	lib            : common.h diskpart.c elf32.c elf64.c load.c 
	                 load.h som.c 
	palo           : Makefile bld_info.h error.c palo.c palo.h 
	                 paloio.c 

Log message:
Incorporated prumpf's byte order fixes and followed his idea to
re-structure the files/directories which is painful but logical.

Made lots of Makefile changes.  It might even x-compile from x86 when
ipl/Makefile is tweeked

Converted 'ipl' to ELF -- SOM is no longer required.

'palo' needs testing on raw disk devices on x86 Linux -- none has happened yet

Using more headers from Linux kernel tree(s) rather than copying them
and removing offensive lines.

I bet this won't work for anyone yet -- I've probably forgotten some files.