Displaying 2 results from an estimated 2 matches for "therra".
Did you mean:
theora
2005 Jan 27
2
content of initramfs CPIO archive
Hi,
I am compiling a tiny linux kernel 2.6.10 to be used together with linuxbios.
The boot phase will go as follows:
linuxbios->tiny linux kernel->initramfs
The initramfs shall use dhcp to get it's address and then tftp a full featured
kernel. This kernel must be started through kexec.
I use a tweaked networkdriver in the kernel and cannot use a normal PXE boot.
Which files should I
2005 Jan 27
1
klibc/ash doesn't compile
Hi,
on my system the klibc/ash ( 0.197 ) doesn't compile:
[ghigo@therra ash]$ pwd
/home/ghigo/klibc/klibc-0.197/ash
[ghigo@therra ash]$ make
[...]
gcc -Wp,-MD,.arith_lex.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g
-falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc -iwithprefix
include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386 -I../include/bits32
-...