| 제목 |
23 번 글의 답장글 : Re: 커널 custom 설정 |
| 이름 |
산이 [홈]http://linuxchannel.net/ |
-- /usr/src/sys/i386/conf/GENERIC -----------
## 키보드 없이 부팅
## 또는 /boot/kernel.conf 에서 `f atkbd0 0' 추가,변경
##
-device atkbd0 at atkbdc? irq 1 flags 0x1
+device atkbd0 at atkbdc? irq 1 flags 0x0
## 불필요
##
-device ed0 at isa? disable port 0x280 irq 10 iomem 0xd8000
-device ex
-device ep
-device fe0 at isa? disable port 0x300
+#device ed0 at isa? disable port 0x280 irq 10 iomem 0xd8000
+#device ex
+#device ep
+#device fe0 at isa? disable port 0x300
## 불필요
##
-pseudo-device sl 1 # Kernel SLIP
-pseudo-device ppp 1 # Kernel PPP
+#pseudo-device sl 1 # Kernel SLIP
+#pseudo-device ppp 1 # Kernel PPP
## 불필요
##
-pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
+#pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) |
|
2005년 05월 12일 15:01:10 목(오후) from 211.243.181.98 |