RedHat Linux 에서 up2date register 설정하는 과정에서,
기본설정이 kernel을 제외한 모든 rpm을 업데이트는 설정인데요.
그런데 새로운 커널버전이 나오면 up2date에서 kernel 을
업데이트해주도록 설정해놓을 수도 있지만 일단 기본설정은
kernel은 업데이트안하는 것인데, 기본설정이 이렇다는 것은
kernel 을 업데이트하는 것은 권장하지 않는다는 뜻 같거든요.
초보자에게 위험할수도 있기 때문인가요? 아니면 up2date에서
kernel 업데이트를 권장하지 않는 다른
이번에 2.6.1로 커널을 업그레이드 했습니다.
그런데 2.4.23에서는 컴파일을 해서 모듈을 올려서 사용했습니다만,
2.6.1에서는 컴파일에서는 warning이 나고, 컴파일후에 작성된
모듈은 올라가지 않네요..
예전에 받아서 사용한 소스는 3c90x-102라는 이름을 갖고 있구요.
./compile_UP하면..
3c90x.c In function `tc90xbc_ScanDevices'
3c90x.c541 warning `check_region' is deprecated (declared at /lib/modules/2.6.1/build/include/linux/ioport.h119)
3c90x.c In function `NICOpen'
3c90x.c971 warning `MOD_INC_USE_COUNT' is deprecated (declared at /lib/modules/2.6.1/build/include/linux/module.h482)
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.