커널 2.4.0-test3에서는 몇몇 상수가 변경되었습니다.
2.4.0-test3에서 컴파일 하실때는 소스를 약간 고치셔야 합니다.
tdfx.c에서 current->priority= DEF_PRIORITY/4;
와
current->priority= DEF_PRIORITY;
라고 된 부분을
current->nice= DEF_NICE/4;
current->nice= DEF_NICE;
이런식으로 고쳐주시면 됩니다.
rage128의 커널모듈도 여기에서 에러날껍니다.
mga와 i810은 무관합니다.--University of Ulsan
CIC, Object Oriented Software Engineering LAB
Young-Ho,Cha <ganadist at dacome.co.kr>