Hello all,
Here is my latest.
Steps
O) Fix sound support.
Add the following line to
/usr/src/linux-2.5.X/linux-2.5.33/sound/core/device.c
#include <asm-generic/errno-base.h>
O) The following file needed to be copied (a quick hack)
Luckly the lower end alphas have the same chipsets as pc's
cd include/asm-alpha
cp ../asm-i386/kmap_types.h .
O) Argument list changed to do_fork add another zero. The uid is in
a register someplace but I'm not sure which one....
FILE: arch/alpha/kernel/process.c
add a last argument of zero to the 2 calls to do_fork
O) ptrace needs to include sched.h
FILE: include/linux/ptrace.h Line: 27
add >> #include <linux/sched.h>
O) The CIA chipset has a type in the file... sigh...
FILE: arch/alpha/kernel/core_cia.c
Line:232
Line:261
change
mase = 0x18;
to
mask = 0x18;
O) Delete the following lines from the top of :
NOTE: This is a synthetic file so the compile must fail to fix it.
FILE: arch/alpha/vmlinux.lds.s
# 1 "vmlinux.lds.S"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "vmlinux.lds.S"
# 1 "/usr/src/linux-2.5.X/linux-2.5.33/include/linux/config.h" 1
# 1 "/usr/src/linux-2.5.X/linux-2.5.33/include/linux/autoconf.h" 1
# 5 "/usr/src/linux-2.5.X/linux-2.5.33/include/linux/config.h" 2
# 2 "vmlinux.lds.S" 2
Okay. I will try a rebbot tomorrow. I also want to try to compile the
modules. sigh.
just everyone know I run a pure redhat rawhide. therefore.. here are my
packages..
gcc-3.2-4.src.rpm
glibc-2.2.90-26.src.rpm
binutils-2.13.90.0.2-2.src.rpm
If these numbers don't scare you.....
Leslie Donaldson
-- /----------------------------\ Current Contractor: None | Leslie F. Donaldson | Current Customer : None | Computer Contractor | Skills: Unix/OS9/VMS/Linux/SUN-OS/C/C++/assembly | Have Computer will travel. | WWW : http://www.cs.rose-hulman.edu/~donaldlf \----------------------------/ Email: mail://donaldlf@cs.rose-hulman.edu Goth Code V1.1: GoCS$$ TYg(T6,T9) B11Bk!^1 C6b-- P0(1,7) M+ a24 n--- b++:+ H6'11" g m---- w+ r+++ D--~!% h+ s10 k+++ R-- Ssw LusCA++- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Sep 07 2002 - 22:00:21 EST