Kernel: 버전 2.2.x
--- apm.c.orig Fri Jan 15 07:57:25 1999 +++ apm.c Mon Jun 28 14:36:29 1999 @@ -1349,7 +1349,7 @@ __va((unsigned long)0x40 << 4)); _set_limit((char *)&gdt[APM_40 >> 3], 4095 - (0x40 << 4)); - apm_bios_entry.offset = apm_bios_info.offset; + apm_bios_entry.offset = apm_bios_info.offset & 0xffff; apm_bios_entry.segment = APM_CS; set_base(gdt[APM_CS >> 3], __va((unsigned long)apm_bios_info.cseg << 4));이 후에 커널을 다음 문서를 참조해서 재컴파일한다. APM - Advanced Power Management (http://sdb.suse.de/sdb/kr/html/apm.html)
apm=acertm5
로 설정 한다.:
LILO: linux apm=acertm5
부팅 시 마다 입력하는 것이 번거롭다면 LILO의 환경설정을 바꿔
서 apm=acertm5
명령을 추가해 주면 된다.
먼저 YaST를 실행한 후에 -> System administration -> Kernel and
bootconfiguration -> LILO configuration. 메뉴에서
하드웨어 파라미터를 입력하기 위한 Append-line에
apm=acertm5
를 적는다.