Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1481 connectés 

 


 Mot :   Pseudo :  
 
 Page :   1  2
Page Suivante
Auteur Sujet :

Recompiler le noyau ???

n°541511
PinG
Rooteur
Posté le 16-08-2004 à 23:58:46  profilanswer
 

Reprise du message précédent :

tomake a écrit :

Suffisemment stable le 2.6.8.1 pour l'utiliser quotidiennement ?? ou ya t'il une version mons récente mais plus stable ??

bah le 2.6.8.1 tourne bien sur mes desktops jusqu'a présent. Je vais certainement le passer en prod sur mes serveurs fin de semaine.


---------------
-- NO SLACKERS - violators will be fsck'd & tar'd
mood
Publicité
Posté le 16-08-2004 à 23:58:46  profilanswer
 

n°541513
PinG
Rooteur
Posté le 17-08-2004 à 00:01:25  profilanswer
 

THRAK>
 

nicephore17 a écrit :

A propos de la taille du kernel
J'ai dit ça à l'arrache donc je rectifie (je regarde sur l'un de mes serveurrs vite fait)...
Mon kernel fait: 1,3Mo en 2.4.18 et 2.3Mo en 2.4.23


 
 
Sinon, à part ca, un kernel bien chargé non compressé avec pas mal de modules peut faire les 3 à 6 Mo anoncés sans problème.


---------------
-- NO SLACKERS - violators will be fsck'd & tar'd
n°541517
Tomake
Posté le 17-08-2004 à 00:05:26  profilanswer
 

THRAK a écrit :

Arrffff !  :whistle:  
Sans vouloir surenchérir il y a clairement un sérieux problème avec la taille de ton noyau  :D  Il y a forcément une erreur quelque part : tu as compilé en dur tout ce qui était dispo ou quoi ?  :o  
 
Pour info l'extrait de mon /boot :
 

Code :
  1. total 3.0M
  2. -rw-r--r--  1 root root 529K Jul 27 15:43 System.map-2.4.25_pre7-gss-r8
  3. -rw-r--r--  1 root root 511K Aug  9 03:16 System.map-2.4.27
  4. lrwxrwxrwx  1 root root    1 Jul 13 03:46 boot -> .
  5. -rw-r--r--  1 root root  27K Jul 27 15:44 config-2.4.25_pre7-gss-r8
  6. -rw-r--r--  1 root root  27K Aug  9 03:16 config-2.4.27
  7. drwxr-xr-x  2 root root 1.0K Aug  9 04:33 grub
  8. -rw-r--r--  1 root root 111K Aug  9 04:32 initrd-gentoo
  9. -rw-r--r--  1 root root 867K Jul 27 15:41 kernel-2.4.25_pre7-gss-r8
  10. -rw-r--r--  1 root root 879K Aug  9 03:15 kernel-2.4.27
  11. drwx------  2 root root  12K Jul 13 03:09 lost+found


 
Tu constateras (comme chez d'autres forumeurs) que 3 Mo c'est la taille de mon rép /boot entier ; bref je pense que tu devrais revoir cela de près  ;)  
 
Et dire que certains se plaignent de trouver Linux moins réactif que Windows après ; c'est sûr qu'avec des tailles de noyau pareil il ne faut s'étonner de rien  :sarcastic:


 
POur avoir un noyau de cette taille là j'aimerais bien savoir ce que tu mets en dur ou plutôt ce que tu enlèves car le noyau de mdk faisant déjà plus ou moins 1.44 Mo il faut quand même élager une petite moitié  :o  


---------------
"Parfois brutal, toujours loyal"
n°541538
glor
Posté le 17-08-2004 à 01:16:41  profilanswer
 

Une petite doc pour la compilation de noyau 2.6 sur laquelle je viens de tomber par hasard..
http://www.trustonme.net/didactels/285.html

n°541544
Tomake
Posté le 17-08-2004 à 01:52:03  profilanswer
 

Petite mais elle peut aider. Elle risque surtout de servir d'aide mémoire ;)


---------------
"Parfois brutal, toujours loyal"
n°541547
THRAK
- THR4K -
Posté le 17-08-2004 à 02:21:47  profilanswer
 

tomake a écrit :

POur avoir un noyau de cette taille là j'aimerais bien savoir ce que tu mets en dur ou plutôt ce que tu enlèves car le noyau de mdk faisant déjà plus ou moins 1.44 Mo il faut quand même élager une petite moitié  :o


 
Bah j'ai tenté de n'inclure que le scrict nécessaire à mon noyau ; tout se dont je n'ai pas besoin est superflu et donc inutile, ensuite le maximum possible en modules.  :o  
 
Si tu veux t'amuser, tu peux toujours éplucher mon fichier de conf que voici :
 

Code :
  1. #
  2. # Automatically generated by make menuconfig: don't edit
  3. #
  4. CONFIG_X86=y
  5. # CONFIG_SBUS is not set
  6. CONFIG_UID16=y
  7. #
  8. # Code maturity level options
  9. #
  10. CONFIG_EXPERIMENTAL=y
  11. #
  12. # Loadable module support
  13. #
  14. CONFIG_MODULES=y
  15. CONFIG_MODVERSIONS=y
  16. CONFIG_KMOD=y
  17. #
  18. # Processor type and features
  19. #
  20. # CONFIG_M386 is not set
  21. # CONFIG_M486 is not set
  22. # CONFIG_M586 is not set
  23. # CONFIG_M586TSC is not set
  24. # CONFIG_M586MMX is not set
  25. # CONFIG_M686 is not set
  26. # CONFIG_MPENTIUMIII is not set
  27. CONFIG_MPENTIUM4=y
  28. # CONFIG_MK6 is not set
  29. # CONFIG_MK7 is not set
  30. # CONFIG_MK8 is not set
  31. # CONFIG_MELAN is not set
  32. # CONFIG_MCRUSOE is not set
  33. # CONFIG_MWINCHIPC6 is not set
  34. # CONFIG_MWINCHIP2 is not set
  35. # CONFIG_MWINCHIP3D is not set
  36. # CONFIG_MCYRIXIII is not set
  37. # CONFIG_MVIAC3_2 is not set
  38. CONFIG_X86_WP_WORKS_OK=y
  39. CONFIG_X86_INVLPG=y
  40. CONFIG_X86_CMPXCHG=y
  41. CONFIG_X86_XADD=y
  42. CONFIG_X86_BSWAP=y
  43. CONFIG_X86_POPAD_OK=y
  44. # CONFIG_RWSEM_GENERIC_SPINLOCK is not set
  45. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  46. CONFIG_X86_L1_CACHE_SHIFT=7
  47. CONFIG_X86_HAS_TSC=y
  48. CONFIG_X86_GOOD_APIC=y
  49. CONFIG_X86_PGE=y
  50. CONFIG_X86_USE_PPRO_CHECKSUM=y
  51. CONFIG_X86_F00F_WORKS_OK=y
  52. CONFIG_X86_MCE=y
  53. # CONFIG_TOSHIBA is not set
  54. CONFIG_I8K=y
  55. # CONFIG_MICROCODE is not set
  56. # CONFIG_X86_MSR is not set
  57. # CONFIG_X86_CPUID is not set
  58. # CONFIG_EDD is not set
  59. # CONFIG_NOHIGHMEM is not set
  60. CONFIG_HIGHMEM4G=y
  61. # CONFIG_HIGHMEM64G is not set
  62. CONFIG_HIGHMEM=y
  63. CONFIG_HIGHIO=y
  64. # CONFIG_MATH_EMULATION is not set
  65. CONFIG_MTRR=y
  66. # CONFIG_SMP is not set
  67. # CONFIG_X86_UP_APIC is not set
  68. # CONFIG_X86_UP_IOAPIC is not set
  69. # CONFIG_X86_TSC_DISABLE is not set
  70. CONFIG_X86_TSC=y
  71. #
  72. # General setup
  73. #
  74. CONFIG_NET=y
  75. CONFIG_PCI=y
  76. # CONFIG_PCI_GOBIOS is not set
  77. # CONFIG_PCI_GODIRECT is not set
  78. CONFIG_PCI_GOANY=y
  79. CONFIG_PCI_BIOS=y
  80. CONFIG_PCI_DIRECT=y
  81. CONFIG_ISA=y
  82. CONFIG_PCI_NAMES=y
  83. # CONFIG_EISA is not set
  84. # CONFIG_MCA is not set
  85. CONFIG_HOTPLUG=y
  86. #
  87. # PCMCIA/CardBus support
  88. #
  89. CONFIG_PCMCIA=y
  90. CONFIG_CARDBUS=y
  91. # CONFIG_TCIC is not set
  92. # CONFIG_I82092 is not set
  93. # CONFIG_I82365 is not set
  94. #
  95. # PCI Hotplug Support
  96. #
  97. # CONFIG_HOTPLUG_PCI is not set
  98. # CONFIG_HOTPLUG_PCI_COMPAQ is not set
  99. # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
  100. # CONFIG_HOTPLUG_PCI_IBM is not set
  101. # CONFIG_HOTPLUG_PCI_ACPI is not set
  102. # CONFIG_HOTPLUG_PCI_SHPC is not set
  103. # CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE is not set
  104. # CONFIG_HOTPLUG_PCI_PCIE is not set
  105. # CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set
  106. CONFIG_SYSVIPC=y
  107. CONFIG_BSD_PROCESS_ACCT=y
  108. CONFIG_SYSCTL=y
  109. CONFIG_KCORE_ELF=y
  110. # CONFIG_KCORE_AOUT is not set
  111. CONFIG_BINFMT_AOUT=y
  112. CONFIG_BINFMT_ELF=y
  113. CONFIG_BINFMT_MISC=y
  114. # CONFIG_OOM_KILLER is not set
  115. CONFIG_PM=y
  116. # CONFIG_APM is not set
  117. #
  118. # ACPI Support
  119. #
  120. CONFIG_ACPI=y
  121. CONFIG_ACPI_BOOT=y
  122. CONFIG_ACPI_BUS=y
  123. CONFIG_ACPI_INTERPRETER=y
  124. CONFIG_ACPI_EC=y
  125. CONFIG_ACPI_POWER=y
  126. CONFIG_ACPI_PCI=y
  127. CONFIG_ACPI_MMCONFIG=y
  128. CONFIG_ACPI_SLEEP=y
  129. CONFIG_ACPI_SYSTEM=y
  130. CONFIG_ACPI_AC=m
  131. CONFIG_ACPI_BATTERY=m
  132. CONFIG_ACPI_BUTTON=m
  133. CONFIG_ACPI_FAN=m
  134. CONFIG_ACPI_PROCESSOR=m
  135. CONFIG_ACPI_THERMAL=m
  136. # CONFIG_ACPI_ASUS is not set
  137. # CONFIG_ACPI_TOSHIBA is not set
  138. # CONFIG_ACPI_DEBUG is not set
  139. #
  140. # Memory Technology Devices (MTD)
  141. #
  142. # CONFIG_MTD is not set
  143. #
  144. # Parallel port support
  145. #
  146. CONFIG_PARPORT=m
  147. CONFIG_PARPORT_PC=m
  148. CONFIG_PARPORT_PC_CML1=m
  149. # CONFIG_PARPORT_SERIAL is not set
  150. # CONFIG_PARPORT_PC_FIFO is not set
  151. # CONFIG_PARPORT_PC_SUPERIO is not set
  152. # CONFIG_PARPORT_PC_PCMCIA is not set
  153. # CONFIG_PARPORT_AMIGA is not set
  154. # CONFIG_PARPORT_MFC3 is not set
  155. # CONFIG_PARPORT_ATARI is not set
  156. # CONFIG_PARPORT_GSC is not set
  157. # CONFIG_PARPORT_SUNBPP is not set
  158. # CONFIG_PARPORT_IP22 is not set
  159. # CONFIG_PARPORT_OTHER is not set
  160. # CONFIG_PARPORT_1284 is not set
  161. #
  162. # Plug and Play configuration
  163. #
  164. CONFIG_PNP=m
  165. CONFIG_ISAPNP=m
  166. #
  167. # Block devices
  168. #
  169. CONFIG_BLK_DEV_FD=m
  170. # CONFIG_BLK_DEV_XD is not set
  171. # CONFIG_PARIDE is not set
  172. # CONFIG_BLK_CPQ_DA is not set
  173. # CONFIG_BLK_CPQ_CISS_DA is not set
  174. # CONFIG_CISS_SCSI_TAPE is not set
  175. # CONFIG_CISS_MONITOR_THREAD is not set
  176. # CONFIG_BLK_DEV_DAC960 is not set
  177. # CONFIG_BLK_DEV_UMEM is not set
  178. # CONFIG_BLK_DEV_SX8 is not set
  179. CONFIG_BLK_DEV_LOOP=y
  180. # CONFIG_BLK_DEV_NBD is not set
  181. CONFIG_BLK_DEV_RAM=y
  182. CONFIG_BLK_DEV_RAM_SIZE=4096
  183. CONFIG_BLK_DEV_INITRD=y
  184. # CONFIG_BLK_STATS is not set
  185. #
  186. # Multi-device support (RAID and LVM)
  187. #
  188. # CONFIG_MD is not set
  189. # CONFIG_BLK_DEV_MD is not set
  190. # CONFIG_MD_LINEAR is not set
  191. # CONFIG_MD_RAID0 is not set
  192. # CONFIG_MD_RAID1 is not set
  193. # CONFIG_MD_RAID5 is not set
  194. # CONFIG_MD_MULTIPATH is not set
  195. # CONFIG_BLK_DEV_LVM is not set
  196. #
  197. # Networking options
  198. #
  199. CONFIG_PACKET=y
  200. # CONFIG_PACKET_MMAP is not set
  201. # CONFIG_NETLINK_DEV is not set
  202. CONFIG_NETFILTER=y
  203. # CONFIG_NETFILTER_DEBUG is not set
  204. CONFIG_FILTER=y
  205. CONFIG_UNIX=y
  206. CONFIG_INET=y
  207. CONFIG_IP_MULTICAST=y
  208. # CONFIG_IP_ADVANCED_ROUTER is not set
  209. # CONFIG_IP_PNP is not set
  210. # CONFIG_NET_IPIP is not set
  211. # CONFIG_NET_IPGRE is not set
  212. # CONFIG_IP_MROUTE is not set
  213. # CONFIG_ARPD is not set
  214. # CONFIG_INET_ECN is not set
  215. # CONFIG_SYN_COOKIES is not set
  216. #
  217. #   IP: Netfilter Configuration
  218. #
  219. CONFIG_IP_NF_CONNTRACK=m
  220. CONFIG_IP_NF_FTP=m
  221. CONFIG_IP_NF_AMANDA=m
  222. CONFIG_IP_NF_TFTP=m
  223. CONFIG_IP_NF_IRC=m
  224. CONFIG_IP_NF_QUEUE=m
  225. CONFIG_IP_NF_IPTABLES=m
  226. CONFIG_IP_NF_MATCH_LIMIT=m
  227. CONFIG_IP_NF_MATCH_MAC=m
  228. CONFIG_IP_NF_MATCH_PKTTYPE=m
  229. CONFIG_IP_NF_MATCH_MARK=m
  230. CONFIG_IP_NF_MATCH_MULTIPORT=m
  231. CONFIG_IP_NF_MATCH_TOS=m
  232. CONFIG_IP_NF_MATCH_RECENT=m
  233. CONFIG_IP_NF_MATCH_ECN=m
  234. CONFIG_IP_NF_MATCH_DSCP=m
  235. CONFIG_IP_NF_MATCH_AH_ESP=m
  236. CONFIG_IP_NF_MATCH_LENGTH=m
  237. CONFIG_IP_NF_MATCH_TTL=m
  238. CONFIG_IP_NF_MATCH_TCPMSS=m
  239. CONFIG_IP_NF_MATCH_HELPER=m
  240. CONFIG_IP_NF_MATCH_STATE=m
  241. CONFIG_IP_NF_MATCH_CONNTRACK=m
  242. CONFIG_IP_NF_MATCH_UNCLEAN=m
  243. CONFIG_IP_NF_MATCH_OWNER=m
  244. CONFIG_IP_NF_FILTER=m
  245. CONFIG_IP_NF_TARGET_REJECT=m
  246. CONFIG_IP_NF_TARGET_MIRROR=m
  247. CONFIG_IP_NF_NAT=m
  248. CONFIG_IP_NF_NAT_NEEDED=y
  249. CONFIG_IP_NF_TARGET_MASQUERADE=m
  250. CONFIG_IP_NF_TARGET_REDIRECT=m
  251. CONFIG_IP_NF_NAT_AMANDA=m
  252. CONFIG_IP_NF_NAT_LOCAL=y
  253. CONFIG_IP_NF_NAT_SNMP_BASIC=m
  254. CONFIG_IP_NF_NAT_IRC=m
  255. CONFIG_IP_NF_NAT_FTP=m
  256. CONFIG_IP_NF_NAT_TFTP=m
  257. CONFIG_IP_NF_MANGLE=m
  258. CONFIG_IP_NF_TARGET_TOS=m
  259. CONFIG_IP_NF_TARGET_ECN=m
  260. CONFIG_IP_NF_TARGET_DSCP=m
  261. CONFIG_IP_NF_TARGET_MARK=m
  262. CONFIG_IP_NF_TARGET_LOG=m
  263. CONFIG_IP_NF_TARGET_ULOG=m
  264. CONFIG_IP_NF_TARGET_TCPMSS=m
  265. CONFIG_IP_NF_ARPTABLES=m
  266. CONFIG_IP_NF_ARPFILTER=m
  267. CONFIG_IP_NF_ARP_MANGLE=m
  268. # CONFIG_IP_NF_COMPAT_IPCHAINS is not set
  269. # CONFIG_IP_NF_COMPAT_IPFWADM is not set
  270. #
  271. #   IP: Virtual Server Configuration
  272. #
  273. # CONFIG_IP_VS is not set
  274. # CONFIG_IPV6 is not set
  275. # CONFIG_KHTTPD is not set
  276. #
  277. #    SCTP Configuration (EXPERIMENTAL)
  278. #
  279. # CONFIG_IP_SCTP is not set
  280. # CONFIG_ATM is not set
  281. # CONFIG_VLAN_8021Q is not set
  282. # CONFIG_IPX is not set
  283. # CONFIG_ATALK is not set
  284. #
  285. # Appletalk devices
  286. #
  287. # CONFIG_DEV_APPLETALK is not set
  288. # CONFIG_DECNET is not set
  289. # CONFIG_BRIDGE is not set
  290. # CONFIG_X25 is not set
  291. # CONFIG_LAPB is not set
  292. # CONFIG_LLC is not set
  293. # CONFIG_NET_DIVERT is not set
  294. # CONFIG_ECONET is not set
  295. # CONFIG_WAN_ROUTER is not set
  296. # CONFIG_NET_FASTROUTE is not set
  297. # CONFIG_NET_HW_FLOWCONTROL is not set
  298. #
  299. # QoS and/or fair queueing
  300. #
  301. # CONFIG_NET_SCHED is not set
  302. #
  303. # Network testing
  304. #
  305. # CONFIG_NET_PKTGEN is not set
  306. #
  307. # Telephony Support
  308. #
  309. # CONFIG_PHONE is not set
  310. # CONFIG_PHONE_IXJ is not set
  311. # CONFIG_PHONE_IXJ_PCMCIA is not set
  312. #
  313. # ATA/IDE/MFM/RLL support
  314. #
  315. CONFIG_IDE=y
  316. #
  317. # IDE, ATA and ATAPI Block devices
  318. #
  319. CONFIG_BLK_DEV_IDE=y
  320. # CONFIG_BLK_DEV_HD_IDE is not set
  321. # CONFIG_BLK_DEV_HD is not set
  322. CONFIG_BLK_DEV_IDEDISK=y
  323. CONFIG_IDEDISK_MULTI_MODE=y
  324. # CONFIG_IDEDISK_STROKE is not set
  325. # CONFIG_BLK_DEV_IDECS is not set
  326. CONFIG_BLK_DEV_IDECD=m
  327. # CONFIG_BLK_DEV_IDETAPE is not set
  328. CONFIG_BLK_DEV_IDEFLOPPY=m
  329. CONFIG_BLK_DEV_IDESCSI=m
  330. # CONFIG_IDE_TASK_IOCTL is not set
  331. # CONFIG_BLK_DEV_CMD640 is not set
  332. # CONFIG_BLK_DEV_CMD640_ENHANCED is not set
  333. # CONFIG_BLK_DEV_ISAPNP is not set
  334. CONFIG_BLK_DEV_IDEPCI=y
  335. # CONFIG_BLK_DEV_GENERIC is not set
  336. CONFIG_IDEPCI_SHARE_IRQ=y
  337. CONFIG_BLK_DEV_IDEDMA_PCI=y
  338. # CONFIG_BLK_DEV_OFFBOARD is not set
  339. # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
  340. CONFIG_IDEDMA_PCI_AUTO=y
  341. # CONFIG_IDEDMA_ONLYDISK is not set
  342. CONFIG_BLK_DEV_IDEDMA=y
  343. # CONFIG_IDEDMA_PCI_WIP is not set
  344. # CONFIG_BLK_DEV_ADMA100 is not set
  345. # CONFIG_BLK_DEV_AEC62XX is not set
  346. # CONFIG_BLK_DEV_ALI15X3 is not set
  347. # CONFIG_WDC_ALI15X3 is not set
  348. # CONFIG_BLK_DEV_AMD74XX is not set
  349. # CONFIG_AMD74XX_OVERRIDE is not set
  350. # CONFIG_BLK_DEV_ATIIXP is not set
  351. # CONFIG_BLK_DEV_CMD64X is not set
  352. # CONFIG_BLK_DEV_TRIFLEX is not set
  353. # CONFIG_BLK_DEV_CY82C693 is not set
  354. # CONFIG_BLK_DEV_CS5530 is not set
  355. # CONFIG_BLK_DEV_HPT34X is not set
  356. # CONFIG_HPT34X_AUTODMA is not set
  357. # CONFIG_BLK_DEV_HPT366 is not set
  358. CONFIG_BLK_DEV_PIIX=y
  359. # CONFIG_BLK_DEV_NS87415 is not set
  360. # CONFIG_BLK_DEV_OPTI621 is not set
  361. # CONFIG_BLK_DEV_PDC202XX_OLD is not set
  362. # CONFIG_PDC202XX_BURST is not set
  363. # CONFIG_BLK_DEV_PDC202XX_NEW is not set
  364. # CONFIG_BLK_DEV_RZ1000 is not set
  365. # CONFIG_BLK_DEV_SC1200 is not set
  366. # CONFIG_BLK_DEV_SVWKS is not set
  367. # CONFIG_BLK_DEV_SIIMAGE is not set
  368. # CONFIG_BLK_DEV_SIS5513 is not set
  369. # CONFIG_BLK_DEV_SLC90E66 is not set
  370. # CONFIG_BLK_DEV_TRM290 is not set
  371. # CONFIG_BLK_DEV_VIA82CXXX is not set
  372. # CONFIG_IDE_CHIPSETS is not set
  373. CONFIG_IDEDMA_AUTO=y
  374. # CONFIG_IDEDMA_IVB is not set
  375. # CONFIG_DMA_NONPCI is not set
  376. # CONFIG_BLK_DEV_ATARAID is not set
  377. # CONFIG_BLK_DEV_ATARAID_PDC is not set
  378. # CONFIG_BLK_DEV_ATARAID_HPT is not set
  379. # CONFIG_BLK_DEV_ATARAID_MEDLEY is not set
  380. # CONFIG_BLK_DEV_ATARAID_SII is not set
  381. #
  382. # SCSI support
  383. #
  384. CONFIG_SCSI=m
  385. CONFIG_BLK_DEV_SD=m
  386. CONFIG_SD_EXTRA_DEVS=40
  387. # CONFIG_CHR_DEV_ST is not set
  388. # CONFIG_CHR_DEV_OSST is not set
  389. CONFIG_BLK_DEV_SR=m
  390. # CONFIG_BLK_DEV_SR_VENDOR is not set
  391. CONFIG_SR_EXTRA_DEVS=2
  392. CONFIG_CHR_DEV_SG=m
  393. # CONFIG_SCSI_DEBUG_QUEUES is not set
  394. # CONFIG_SCSI_MULTI_LUN is not set
  395. # CONFIG_SCSI_CONSTANTS is not set
  396. # CONFIG_SCSI_LOGGING is not set
  397. #
  398. # SCSI low-level drivers
  399. #
  400. # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
  401. # CONFIG_SCSI_7000FASST is not set
  402. # CONFIG_SCSI_ACARD is not set
  403. # CONFIG_SCSI_AHA152X is not set
  404. # CONFIG_SCSI_AHA1542 is not set
  405. # CONFIG_SCSI_AHA1740 is not set
  406. # CONFIG_SCSI_AACRAID is not set
  407. # CONFIG_SCSI_AIC7XXX is not set
  408. # CONFIG_SCSI_AIC79XX is not set
  409. # CONFIG_SCSI_AIC7XXX_OLD is not set
  410. # CONFIG_SCSI_DPT_I2O is not set
  411. # CONFIG_SCSI_ADVANSYS is not set
  412. # CONFIG_SCSI_IN2000 is not set
  413. # CONFIG_SCSI_AM53C974 is not set
  414. # CONFIG_SCSI_MEGARAID is not set
  415. # CONFIG_SCSI_MEGARAID2 is not set
  416. # CONFIG_SCSI_SATA is not set
  417. # CONFIG_SCSI_SATA_SVW is not set
  418. # CONFIG_SCSI_SATA_PROMISE is not set
  419. # CONFIG_SCSI_SATA_SX4 is not set
  420. # CONFIG_SCSI_SATA_SIL is not set
  421. # CONFIG_SCSI_SATA_SIS is not set
  422. # CONFIG_SCSI_SATA_VIA is not set
  423. # CONFIG_SCSI_SATA_VITESSE is not set
  424. # CONFIG_SCSI_BUSLOGIC is not set
  425. # CONFIG_SCSI_CPQFCTS is not set
  426. # CONFIG_SCSI_DMX3191D is not set
  427. # CONFIG_SCSI_DTC3280 is not set
  428. # CONFIG_SCSI_EATA is not set
  429. # CONFIG_SCSI_EATA_DMA is not set
  430. # CONFIG_SCSI_EATA_PIO is not set
  431. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  432. # CONFIG_SCSI_GDTH is not set
  433. # CONFIG_SCSI_GENERIC_NCR5380 is not set
  434. # CONFIG_SCSI_IPS is not set
  435. # CONFIG_SCSI_INITIO is not set
  436. # CONFIG_SCSI_INIA100 is not set
  437. # CONFIG_SCSI_PPA is not set
  438. # CONFIG_SCSI_IMM is not set
  439. # CONFIG_SCSI_NCR53C406A is not set
  440. # CONFIG_SCSI_NCR53C7xx is not set
  441. # CONFIG_SCSI_SYM53C8XX_2 is not set
  442. # CONFIG_SCSI_NCR53C8XX is not set
  443. # CONFIG_SCSI_SYM53C8XX is not set
  444. # CONFIG_SCSI_PAS16 is not set
  445. # CONFIG_SCSI_PCI2000 is not set
  446. # CONFIG_SCSI_PCI2220I is not set
  447. # CONFIG_SCSI_PSI240I is not set
  448. # CONFIG_SCSI_QLOGIC_FAS is not set
  449. # CONFIG_SCSI_QLOGIC_ISP is not set
  450. # CONFIG_SCSI_QLOGIC_FC is not set
  451. # CONFIG_SCSI_QLOGIC_1280 is not set
  452. # CONFIG_SCSI_SEAGATE is not set
  453. # CONFIG_SCSI_SIM710 is not set
  454. # CONFIG_SCSI_SYM53C416 is not set
  455. # CONFIG_SCSI_DC390T is not set
  456. # CONFIG_SCSI_T128 is not set
  457. # CONFIG_SCSI_U14_34F is not set
  458. # CONFIG_SCSI_ULTRASTOR is not set
  459. # CONFIG_SCSI_NSP32 is not set
  460. # CONFIG_SCSI_DEBUG is not set
  461. #
  462. # PCMCIA SCSI adapter support
  463. #
  464. # CONFIG_SCSI_PCMCIA is not set
  465. #
  466. # Fusion MPT device support
  467. #
  468. # CONFIG_FUSION is not set
  469. # CONFIG_FUSION_BOOT is not set
  470. # CONFIG_FUSION_ISENSE is not set
  471. # CONFIG_FUSION_CTL is not set
  472. # CONFIG_FUSION_LAN is not set
  473. #
  474. # IEEE 1394 (FireWire) support (EXPERIMENTAL)
  475. #
  476. CONFIG_IEEE1394=m
  477. CONFIG_IEEE1394_OHCI1394=m
  478. # CONFIG_IEEE1394_VIDEO1394 is not set
  479. CONFIG_IEEE1394_SBP2=m
  480. CONFIG_IEEE1394_SBP2_PHYS_DMA=y
  481. # CONFIG_IEEE1394_ETH1394 is not set
  482. CONFIG_IEEE1394_DV1394=m
  483. CONFIG_IEEE1394_RAWIO=m
  484. # CONFIG_IEEE1394_CMP is not set
  485. # CONFIG_IEEE1394_VERBOSEDEBUG is not set
  486. CONFIG_IEEE1394_OUI_DB=y
  487. #
  488. # I2O device support
  489. #
  490. # CONFIG_I2O is not set
  491. # CONFIG_I2O_PCI is not set
  492. # CONFIG_I2O_BLOCK is not set
  493. # CONFIG_I2O_LAN is not set
  494. # CONFIG_I2O_SCSI is not set
  495. # CONFIG_I2O_PROC is not set
  496. #
  497. # Network device support
  498. #
  499. CONFIG_NETDEVICES=y
  500. #
  501. # ARCnet devices
  502. #
  503. # CONFIG_ARCNET is not set
  504. # CONFIG_DUMMY is not set
  505. # CONFIG_BONDING is not set
  506. # CONFIG_EQUALIZER is not set
  507. # CONFIG_TUN is not set
  508. # CONFIG_ETHERTAP is not set
  509. # CONFIG_NET_SB1000 is not set
  510. #
  511. # Ethernet (10 or 100Mbit)
  512. #
  513. CONFIG_NET_ETHERNET=y
  514. # CONFIG_SUNLANCE is not set
  515. # CONFIG_HAPPYMEAL is not set
  516. # CONFIG_SUNBMAC is not set
  517. # CONFIG_SUNQE is not set
  518. # CONFIG_SUNGEM is not set
  519. # CONFIG_NET_VENDOR_3COM is not set
  520. # CONFIG_LANCE is not set
  521. # CONFIG_NET_VENDOR_SMC is not set
  522. # CONFIG_NET_VENDOR_RACAL is not set
  523. # CONFIG_AT1700 is not set
  524. # CONFIG_DEPCA is not set
  525. # CONFIG_HP100 is not set
  526. # CONFIG_NET_ISA is not set
  527. CONFIG_NET_PCI=y
  528. # CONFIG_PCNET32 is not set
  529. # CONFIG_AMD8111_ETH is not set
  530. # CONFIG_ADAPTEC_STARFIRE is not set
  531. # CONFIG_AC3200 is not set
  532. # CONFIG_APRICOT is not set
  533. CONFIG_B44=m
  534. # CONFIG_CS89x0 is not set
  535. # CONFIG_TULIP is not set
  536. # CONFIG_DE4X5 is not set
  537. # CONFIG_DGRS is not set
  538. # CONFIG_DM9102 is not set
  539. # CONFIG_EEPRO100 is not set
  540. # CONFIG_EEPRO100_PIO is not set
  541. # CONFIG_E100 is not set
  542. # CONFIG_LNE390 is not set
  543. # CONFIG_FEALNX is not set
  544. # CONFIG_NATSEMI is not set
  545. # CONFIG_NE2K_PCI is not set
  546. # CONFIG_FORCEDETH is not set
  547. # CONFIG_NE3210 is not set
  548. # CONFIG_ES3210 is not set
  549. # CONFIG_8139CP is not set
  550. # CONFIG_8139TOO is not set
  551. # CONFIG_8139TOO_PIO is not set
  552. # CONFIG_8139TOO_TUNE_TWISTER is not set
  553. # CONFIG_8139TOO_8129 is not set
  554. # CONFIG_8139_OLD_RX_RESET is not set
  555. # CONFIG_SIS900 is not set
  556. # CONFIG_EPIC100 is not set
  557. # CONFIG_SUNDANCE is not set
  558. # CONFIG_SUNDANCE_MMIO is not set
  559. # CONFIG_TLAN is not set
  560. # CONFIG_VIA_RHINE is not set
  561. # CONFIG_VIA_RHINE_MMIO is not set
  562. # CONFIG_WINBOND_840 is not set
  563. # CONFIG_NET_POCKET is not set
  564. #
  565. # Ethernet (1000 Mbit)
  566. #
  567. # CONFIG_ACENIC is not set
  568. # CONFIG_DL2K is not set
  569. # CONFIG_E1000 is not set
  570. # CONFIG_MYRI_SBUS is not set
  571. # CONFIG_NS83820 is not set
  572. # CONFIG_HAMACHI is not set
  573. # CONFIG_YELLOWFIN is not set
  574. # CONFIG_R8169 is not set
  575. # CONFIG_SK98LIN is not set
  576. # CONFIG_TIGON3 is not set
  577. # CONFIG_FDDI is not set
  578. # CONFIG_HIPPI is not set
  579. # CONFIG_PLIP is not set
  580. CONFIG_PPP=m
  581. CONFIG_PPP_MULTILINK=y
  582. CONFIG_PPP_FILTER=y
  583. CONFIG_PPP_ASYNC=m
  584. CONFIG_PPP_SYNC_TTY=m
  585. CONFIG_PPP_DEFLATE=m
  586. CONFIG_PPP_BSDCOMP=m
  587. CONFIG_PPPOE=m
  588. # CONFIG_SLIP is not set
  589. #
  590. # Wireless LAN (non-hamradio)
  591. #
  592. # CONFIG_NET_RADIO is not set
  593. #
  594. # Token Ring devices
  595. #
  596. # CONFIG_TR is not set
  597. # CONFIG_NET_FC is not set
  598. # CONFIG_RCPCI is not set
  599. # CONFIG_SHAPER is not set
  600. #
  601. # Wan interfaces
  602. #
  603. # CONFIG_WAN is not set
  604. #
  605. # PCMCIA network device support
  606. #
  607. # CONFIG_NET_PCMCIA is not set
  608. #
  609. # Amateur Radio support
  610. #
  611. # CONFIG_HAMRADIO is not set
  612. #
  613. # IrDA (infrared) support
  614. #
  615. # CONFIG_IRDA is not set
  616. #
  617. # ISDN subsystem
  618. #
  619. # CONFIG_ISDN is not set
  620. #
  621. # Old CD-ROM drivers (not SCSI, not IDE)
  622. #
  623. # CONFIG_CD_NO_IDESCSI is not set
  624. #
  625. # Input core support
  626. #
  627. CONFIG_INPUT=m
  628. CONFIG_INPUT_KEYBDEV=m
  629. CONFIG_INPUT_MOUSEDEV=m
  630. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1680
  631. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1050
  632. # CONFIG_INPUT_JOYDEV is not set
  633. CONFIG_INPUT_EVDEV=m
  634. # CONFIG_INPUT_UINPUT is not set
  635. #
  636. # Character devices
  637. #
  638. CONFIG_VT=y
  639. CONFIG_VT_CONSOLE=y
  640. CONFIG_SERIAL=m
  641. # CONFIG_SERIAL_EXTENDED is not set
  642. CONFIG_SERIAL_NONSTANDARD=y
  643. # CONFIG_COMPUTONE is not set
  644. # CONFIG_ROCKETPORT is not set
  645. # CONFIG_CYCLADES is not set
  646. # CONFIG_DIGIEPCA is not set
  647. # CONFIG_DIGI is not set
  648. # CONFIG_ESPSERIAL is not set
  649. # CONFIG_MOXA_INTELLIO is not set
  650. # CONFIG_MOXA_SMARTIO is not set
  651. # CONFIG_ISI is not set
  652. # CONFIG_SYNCLINK is not set
  653. # CONFIG_SYNCLINKMP is not set
  654. CONFIG_N_HDLC=m
  655. # CONFIG_RISCOM8 is not set
  656. # CONFIG_SPECIALIX is not set
  657. # CONFIG_SX is not set
  658. # CONFIG_RIO is not set
  659. # CONFIG_STALDRV is not set
  660. CONFIG_UNIX98_PTYS=y
  661. CONFIG_UNIX98_PTY_COUNT=256
  662. CONFIG_PRINTER=m
  663. # CONFIG_LP_CONSOLE is not set
  664. # CONFIG_PPDEV is not set
  665. # CONFIG_TIPAR is not set
  666. #
  667. # I2C support
  668. #
  669. CONFIG_I2C=m
  670. # CONFIG_I2C_ALGOBIT is not set
  671. # CONFIG_SCx200_ACB is not set
  672. # CONFIG_I2C_ALGOPCF is not set
  673. # CONFIG_I2C_CHARDEV is not set
  674. CONFIG_I2C_PROC=m
  675. #
  676. # Mice
  677. #
  678. # CONFIG_BUSMOUSE is not set
  679. CONFIG_MOUSE=y
  680. CONFIG_PSMOUSE=y
  681. # CONFIG_82C710_MOUSE is not set
  682. # CONFIG_PC110_PAD is not set
  683. # CONFIG_MK712_MOUSE is not set
  684. #
  685. # Joysticks
  686. #
  687. # CONFIG_INPUT_GAMEPORT is not set
  688. # CONFIG_INPUT_NS558 is not set
  689. # CONFIG_INPUT_LIGHTNING is not set
  690. # CONFIG_INPUT_PCIGAME is not set
  691. # CONFIG_INPUT_CS461X is not set
  692. # CONFIG_INPUT_EMU10K1 is not set
  693. # CONFIG_INPUT_SERIO is not set
  694. # CONFIG_INPUT_SERPORT is not set
  695. # CONFIG_INPUT_ANALOG is not set
  696. # CONFIG_INPUT_A3D is not set
  697. # CONFIG_INPUT_ADI is not set
  698. # CONFIG_INPUT_COBRA is not set
  699. # CONFIG_INPUT_GF2K is not set
  700. # CONFIG_INPUT_GRIP is not set
  701. # CONFIG_INPUT_INTERACT is not set
  702. # CONFIG_INPUT_TMDC is not set
  703. # CONFIG_INPUT_SIDEWINDER is not set
  704. # CONFIG_INPUT_IFORCE_USB is not set
  705. # CONFIG_INPUT_IFORCE_232 is not set
  706. # CONFIG_INPUT_WARRIOR is not set
  707. # CONFIG_INPUT_MAGELLAN is not set
  708. # CONFIG_INPUT_SPACEORB is not set
  709. # CONFIG_INPUT_SPACEBALL is not set
  710. # CONFIG_INPUT_STINGER is not set
  711. # CONFIG_INPUT_DB9 is not set
  712. # CONFIG_INPUT_GAMECON is not set
  713. # CONFIG_INPUT_TURBOGRAFX is not set
  714. # CONFIG_QIC02_TAPE is not set
  715. # CONFIG_IPMI_HANDLER is not set
  716. # CONFIG_IPMI_PANIC_EVENT is not set
  717. # CONFIG_IPMI_DEVICE_INTERFACE is not set
  718. # CONFIG_IPMI_KCS is not set
  719. # CONFIG_IPMI_WATCHDOG is not set
  720. #
  721. # Watchdog Cards
  722. #
  723. # CONFIG_WATCHDOG is not set
  724. # CONFIG_SCx200 is not set
  725. # CONFIG_SCx200_GPIO is not set
  726. # CONFIG_AMD_RNG is not set
  727. # CONFIG_INTEL_RNG is not set
  728. # CONFIG_HW_RANDOM is not set
  729. # CONFIG_AMD_PM768 is not set
  730. # CONFIG_NVRAM is not set
  731. CONFIG_RTC=m
  732. # CONFIG_DTLK is not set
  733. # CONFIG_R3964 is not set
  734. # CONFIG_APPLICOM is not set
  735. # CONFIG_SONYPI is not set
  736. #
  737. # Ftape, the floppy tape device driver
  738. #
  739. # CONFIG_FTAPE is not set
  740. # CONFIG_AGP is not set
  741. #
  742. # Direct Rendering Manager (XFree86 DRI support)
  743. #
  744. # CONFIG_DRM is not set
  745. #
  746. # PCMCIA character devices
  747. #
  748. # CONFIG_PCMCIA_SERIAL_CS is not set
  749. # CONFIG_SYNCLINK_CS is not set
  750. # CONFIG_MWAVE is not set
  751. # CONFIG_OBMOUSE is not set
  752. #
  753. # Multimedia devices
  754. #
  755. # CONFIG_VIDEO_DEV is not set
  756. #
  757. # File systems
  758. #
  759. # CONFIG_QUOTA is not set
  760. # CONFIG_QFMT_V2 is not set
  761. # CONFIG_AUTOFS_FS is not set
  762. # CONFIG_AUTOFS4_FS is not set
  763. # CONFIG_REISERFS_FS is not set
  764. # CONFIG_REISERFS_CHECK is not set
  765. # CONFIG_REISERFS_PROC_INFO is not set
  766. # CONFIG_ADFS_FS is not set
  767. # CONFIG_ADFS_FS_RW is not set
  768. # CONFIG_AFFS_FS is not set
  769. # CONFIG_HFS_FS is not set
  770. # CONFIG_HFSPLUS_FS is not set
  771. # CONFIG_BEFS_FS is not set
  772. # CONFIG_BEFS_DEBUG is not set
  773. # CONFIG_BFS_FS is not set
  774. CONFIG_EXT3_FS=y
  775. CONFIG_JBD=y
  776. # CONFIG_JBD_DEBUG is not set
  777. CONFIG_FAT_FS=m
  778. CONFIG_MSDOS_FS=m
  779. # CONFIG_UMSDOS_FS is not set
  780. CONFIG_VFAT_FS=m
  781. # CONFIG_EFS_FS is not set
  782. # CONFIG_JFFS_FS is not set
  783. # CONFIG_JFFS2_FS is not set
  784. # CONFIG_CRAMFS is not set
  785. CONFIG_TMPFS=y
  786. CONFIG_RAMFS=y
  787. CONFIG_ISO9660_FS=m
  788. CONFIG_JOLIET=y
  789. CONFIG_ZISOFS=y
  790. # CONFIG_JFS_FS is not set
  791. # CONFIG_JFS_DEBUG is not set
  792. # CONFIG_JFS_STATISTICS is not set
  793. # CONFIG_MINIX_FS is not set
  794. # CONFIG_VXFS_FS is not set
  795. CONFIG_NTFS_FS=m
  796. # CONFIG_NTFS_RW is not set
  797. # CONFIG_HPFS_FS is not set
  798. CONFIG_PROC_FS=y
  799. CONFIG_DEVFS_FS=y
  800. CONFIG_DEVFS_MOUNT=y
  801. # CONFIG_DEVFS_DEBUG is not set
  802. # CONFIG_DEVPTS_FS is not set
  803. # CONFIG_QNX4FS_FS is not set
  804. # CONFIG_QNX4FS_RW is not set
  805. # CONFIG_ROMFS_FS is not set
  806. CONFIG_EXT2_FS=y
  807. # CONFIG_SYSV_FS is not set
  808. CONFIG_UDF_FS=m
  809. # CONFIG_UDF_RW is not set
  810. # CONFIG_UFS_FS is not set
  811. # CONFIG_UFS_FS_WRITE is not set
  812. # CONFIG_XFS_FS is not set
  813. # CONFIG_XFS_QUOTA is not set
  814. # CONFIG_XFS_RT is not set
  815. # CONFIG_XFS_TRACE is not set
  816. # CONFIG_XFS_DEBUG is not set
  817. #
  818. # Network File Systems
  819. #
  820. # CONFIG_CODA_FS is not set
  821. # CONFIG_INTERMEZZO_FS is not set
  822. CONFIG_NFS_FS=m
  823. CONFIG_NFS_V3=y
  824. # CONFIG_NFS_DIRECTIO is not set
  825. # CONFIG_ROOT_NFS is not set
  826. CONFIG_NFSD=m
  827. CONFIG_NFSD_V3=y
  828. # CONFIG_NFSD_TCP is not set
  829. CONFIG_SUNRPC=m
  830. CONFIG_LOCKD=m
  831. CONFIG_LOCKD_V4=y
  832. CONFIG_SMB_FS=m
  833. CONFIG_SMB_NLS_DEFAULT=y
  834. CONFIG_SMB_NLS_REMOTE="cp850"
  835. # CONFIG_SMB_UNIX is not set
  836. # CONFIG_NCP_FS is not set
  837. # CONFIG_NCPFS_PACKET_SIGNING is not set
  838. # CONFIG_NCPFS_IOCTL_LOCKING is not set
  839. # CONFIG_NCPFS_STRONG is not set
  840. # CONFIG_NCPFS_NFS_NS is not set
  841. # CONFIG_NCPFS_OS2_NS is not set
  842. # CONFIG_NCPFS_SMALLDOS is not set
  843. # CONFIG_NCPFS_NLS is not set
  844. # CONFIG_NCPFS_EXTRAS is not set
  845. CONFIG_ZISOFS_FS=m
  846. #
  847. # Partition Types
  848. #
  849. # CONFIG_PARTITION_ADVANCED is not set
  850. CONFIG_MSDOS_PARTITION=y
  851. CONFIG_SMB_NLS=y
  852. CONFIG_NLS=y
  853. #
  854. # Native Language Support
  855. #
  856. CONFIG_NLS_DEFAULT="iso8859-1"
  857. CONFIG_NLS_CODEPAGE_437=m
  858. # CONFIG_NLS_CODEPAGE_737 is not set
  859. # CONFIG_NLS_CODEPAGE_775 is not set
  860. CONFIG_NLS_CODEPAGE_850=m
  861. # CONFIG_NLS_CODEPAGE_852 is not set
  862. # CONFIG_NLS_CODEPAGE_855 is not set
  863. # CONFIG_NLS_CODEPAGE_857 is not set
  864. # CONFIG_NLS_CODEPAGE_860 is not set
  865. # CONFIG_NLS_CODEPAGE_861 is not set
  866. # CONFIG_NLS_CODEPAGE_862 is not set
  867. # CONFIG_NLS_CODEPAGE_863 is not set
  868. # CONFIG_NLS_CODEPAGE_864 is not set
  869. # CONFIG_NLS_CODEPAGE_865 is not set
  870. # CONFIG_NLS_CODEPAGE_866 is not set
  871. # CONFIG_NLS_CODEPAGE_869 is not set
  872. # CONFIG_NLS_CODEPAGE_936 is not set
  873. # CONFIG_NLS_CODEPAGE_950 is not set
  874. # CONFIG_NLS_CODEPAGE_932 is not set
  875. # CONFIG_NLS_CODEPAGE_949 is not set
  876. # CONFIG_NLS_CODEPAGE_874 is not set
  877. # CONFIG_NLS_ISO8859_8 is not set
  878. # CONFIG_NLS_CODEPAGE_1250 is not set
  879. # CONFIG_NLS_CODEPAGE_1251 is not set
  880. CONFIG_NLS_ISO8859_1=m
  881. # CONFIG_NLS_ISO8859_2 is not set
  882. # CONFIG_NLS_ISO8859_3 is not set
  883. # CONFIG_NLS_ISO8859_4 is not set
  884. # CONFIG_NLS_ISO8859_5 is not set
  885. # CONFIG_NLS_ISO8859_6 is not set
  886. # CONFIG_NLS_ISO8859_7 is not set
  887. # CONFIG_NLS_ISO8859_9 is not set
  888. # CONFIG_NLS_ISO8859_13 is not set
  889. # CONFIG_NLS_ISO8859_14 is not set
  890. CONFIG_NLS_ISO8859_15=m
  891. # CONFIG_NLS_KOI8_R is not set
  892. # CONFIG_NLS_KOI8_U is not set
  893. CONFIG_NLS_UTF8=m
  894. #
  895. # Console drivers
  896. #
  897. CONFIG_VGA_CONSOLE=y
  898. CONFIG_VIDEO_SELECT=y
  899. # CONFIG_MDA_CONSOLE is not set
  900. #
  901. # Frame-buffer support
  902. #
  903. CONFIG_FB=y
  904. CONFIG_DUMMY_CONSOLE=y
  905. # CONFIG_FB_RIVA is not set
  906. # CONFIG_FB_CLGEN is not set
  907. # CONFIG_FB_PM2 is not set
  908. # CONFIG_FB_PM3 is not set
  909. # CONFIG_FB_CYBER2000 is not set
  910. CONFIG_FB_VESA=y
  911. # CONFIG_FB_VGA16 is not set
  912. # CONFIG_FB_HGA is not set
  913. CONFIG_VIDEO_SELECT=y
  914. # CONFIG_FB_MATROX is not set
  915. # CONFIG_FB_ATY is not set
  916. # CONFIG_FB_RADEON is not set
  917. # CONFIG_FB_ATY128 is not set
  918. # CONFIG_FB_INTEL is not set
  919. # CONFIG_FB_SIS is not set
  920. # CONFIG_FB_NEOMAGIC is not set
  921. # CONFIG_FB_3DFX is not set
  922. # CONFIG_FB_VOODOO1 is not set
  923. # CONFIG_FB_TRIDENT is not set
  924. # CONFIG_FB_IT8181 is not set
  925. # CONFIG_FB_VIRTUAL is not set
  926. # CONFIG_FBCON_ADVANCED is not set
  927. CONFIG_FBCON_CFB8=y
  928. CONFIG_FBCON_CFB16=y
  929. CONFIG_FBCON_CFB24=y
  930. CONFIG_FBCON_CFB32=y
  931. # CONFIG_FBCON_FONTWIDTH8_ONLY is not set
  932. # CONFIG_FBCON_FONTS is not set
  933. CONFIG_FONT_8x8=y
  934. CONFIG_FONT_8x16=y
  935. #
  936. # Sound
  937. #
  938. CONFIG_SOUND=m
  939. # CONFIG_SOUND_ALI5455 is not set
  940. # CONFIG_SOUND_BT878 is not set
  941. # CONFIG_SOUND_CMPCI is not set
  942. # CONFIG_SOUND_EMU10K1 is not set
  943. # CONFIG_MIDI_EMU10K1 is not set
  944. # CONFIG_SOUND_FUSION is not set
  945. # CONFIG_SOUND_CS4281 is not set
  946. # CONFIG_SOUND_ES1370 is not set
  947. # CONFIG_SOUND_ES1371 is not set
  948. # CONFIG_SOUND_ESSSOLO1 is not set
  949. # CONFIG_SOUND_MAESTRO is not set
  950. # CONFIG_SOUND_MAESTRO3 is not set
  951. # CONFIG_SOUND_FORTE is not set
  952. CONFIG_SOUND_ICH=m
  953. # CONFIG_SOUND_RME96XX is not set
  954. # CONFIG_SOUND_SONICVIBES is not set
  955. # CONFIG_SOUND_TRIDENT is not set
  956. # CONFIG_SOUND_MSNDCLAS is not set
  957. # CONFIG_SOUND_MSNDPIN is not set
  958. # CONFIG_SOUND_VIA82CXXX is not set
  959. # CONFIG_MIDI_VIA82CXXX is not set
  960. # CONFIG_SOUND_OSS is not set
  961. # CONFIG_SOUND_TVMIXER is not set
  962. # CONFIG_SOUND_AD1980 is not set
  963. # CONFIG_SOUND_WM97XX is not set
  964. #
  965. # USB support
  966. #
  967. CONFIG_USB=m
  968. # CONFIG_USB_DEBUG is not set
  969. CONFIG_USB_DEVICEFS=y
  970. CONFIG_USB_BANDWIDTH=y
  971. CONFIG_USB_EHCI_HCD=m
  972. CONFIG_USB_UHCI=m
  973. # CONFIG_USB_UHCI_ALT is not set
  974. # CONFIG_USB_OHCI is not set
  975. # CONFIG_USB_SL811HS_ALT is not set
  976. # CONFIG_USB_SL811HS is not set
  977. # CONFIG_USB_AUDIO is not set
  978. # CONFIG_USB_EMI26 is not set
  979. # CONFIG_USB_BLUETOOTH is not set
  980. # CONFIG_USB_MIDI is not set
  981. CONFIG_USB_STORAGE=m
  982. # CONFIG_USB_STORAGE_DEBUG is not set
  983. # CONFIG_USB_STORAGE_DATAFAB is not set
  984. # CONFIG_USB_STORAGE_FREECOM is not set
  985. # CONFIG_USB_STORAGE_ISD200 is not set
  986. # CONFIG_USB_STORAGE_DPCM is not set
  987. # CONFIG_USB_STORAGE_HP8200e is not set
  988. # CONFIG_USB_STORAGE_SDDR09 is not set
  989. # CONFIG_USB_STORAGE_SDDR55 is not set
  990. # CONFIG_USB_STORAGE_JUMPSHOT is not set
  991. # CONFIG_USB_ACM is not set
  992. CONFIG_USB_PRINTER=m
  993. CONFIG_USB_HID=m
  994. CONFIG_USB_HIDINPUT=y
  995. # CONFIG_USB_HIDDEV is not set
  996. # CONFIG_USB_KBD is not set
  997. # CONFIG_USB_MOUSE is not set
  998. # CONFIG_USB_AIPTEK is not set
  999. # CONFIG_USB_WACOM is not set
  1000. # CONFIG_USB_KBTAB is not set
  1001. # CONFIG_USB_POWERMATE is not set
  1002. # CONFIG_USB_DC2XX is not set
  1003. # CONFIG_USB_MDC800 is not set
  1004. CONFIG_USB_SCANNER=m
  1005. # CONFIG_USB_MICROTEK is not set
  1006. # CONFIG_USB_HPUSBSCSI is not set
  1007. # CONFIG_USB_PEGASUS is not set
  1008. # CONFIG_USB_RTL8150 is not set
  1009. # CONFIG_USB_KAWETH is not set
  1010. # CONFIG_USB_CATC is not set
  1011. # CONFIG_USB_CDCETHER is not set
  1012. # CONFIG_USB_USBNET is not set
  1013. # CONFIG_USB_USS720 is not set
  1014. #
  1015. # USB Serial Converter support
  1016. #
  1017. # CONFIG_USB_SERIAL is not set
  1018. # CONFIG_USB_RIO500 is not set
  1019. # CONFIG_USB_AUERSWALD is not set
  1020. # CONFIG_USB_TIGL is not set
  1021. # CONFIG_USB_BRLVGER is not set
  1022. # CONFIG_USB_LCD is not set
  1023. #
  1024. # Support for USB gadgets
  1025. #
  1026. # CONFIG_USB_GADGET is not set
  1027. #
  1028. # Bluetooth support
  1029. #
  1030. # CONFIG_BLUEZ is not set
  1031. #
  1032. # Kernel hacking
  1033. #
  1034. CONFIG_DEBUG_KERNEL=y
  1035. # CONFIG_DEBUG_STACKOVERFLOW is not set
  1036. # CONFIG_DEBUG_HIGHMEM is not set
  1037. # CONFIG_DEBUG_SLAB is not set
  1038. # CONFIG_DEBUG_IOVIRT is not set
  1039. CONFIG_MAGIC_SYSRQ=y
  1040. # CONFIG_DEBUG_SPINLOCK is not set
  1041. # CONFIG_FRAME_POINTER is not set
  1042. CONFIG_LOG_BUF_SHIFT=0
  1043. #
  1044. # Cryptographic options
  1045. #
  1046. CONFIG_CRYPTO=y
  1047. CONFIG_CRYPTO_HMAC=y
  1048. CONFIG_CRYPTO_NULL=m
  1049. CONFIG_CRYPTO_MD4=m
  1050. CONFIG_CRYPTO_MD5=m
  1051. CONFIG_CRYPTO_SHA1=m
  1052. CONFIG_CRYPTO_SHA256=m
  1053. CONFIG_CRYPTO_SHA512=m
  1054. CONFIG_CRYPTO_DES=m
  1055. CONFIG_CRYPTO_BLOWFISH=m
  1056. CONFIG_CRYPTO_TWOFISH=m
  1057. CONFIG_CRYPTO_SERPENT=m
  1058. CONFIG_CRYPTO_AES=m
  1059. CONFIG_CRYPTO_CAST5=m
  1060. CONFIG_CRYPTO_CAST6=m
  1061. CONFIG_CRYPTO_TEA=m
  1062. # CONFIG_CRYPTO_ARC4 is not set
  1063. CONFIG_CRYPTO_DEFLATE=m
  1064. # CONFIG_CRYPTO_MICHAEL_MIC is not set
  1065. # CONFIG_CRYPTO_TEST is not set
  1066. #
  1067. # Library routines
  1068. #
  1069. CONFIG_CRC32=m
  1070. CONFIG_ZLIB_INFLATE=m
  1071. CONFIG_ZLIB_DEFLATE=m
  1072. # CONFIG_FW_LOADER is not set



---------------
THRAK (def.) : 1) A sudden and precise impact moving from intention, direction and commitment, in service of an aim. 2) 117 guitars almost striking the same chord simultaneously.
n°541555
Tomake
Posté le 17-08-2004 à 02:58:07  profilanswer
 

Merci ;)
M'amuser non mais améliorer mon kernel oui !!


---------------
"Parfois brutal, toujours loyal"
n°629098
phd0
déjà trop vieux
Posté le 31-01-2005 à 13:25:07  profilanswer
 

ok, j'ai tout lu mais :
si on ne touche a rien dans les parametres du kernel,
est ce que le recompiler apporte quelque chose (en gain de vitesse) ou la fin de l'install de MDK la compilation du noyau se fait toute seul ? et du coup, on a deja un kernel pas trop mal.
 
tout cela pour dire :
sur un PIII 600MHz, il rame un peu avec ses 128Mo et KDE 3.2
la recompile du noyau apporterat elle quelque chose (quelque chose de visible :/) ?


Message édité par phd0 le 31-01-2005 à 13:26:01
n°629119
arghbis
salops de dauphins
Posté le 31-01-2005 à 13:55:40  profilanswer
 

non

n°629161
THRAK
- THR4K -
Posté le 31-01-2005 à 14:29:08  profilanswer
 

phd0 a écrit :

ok, j'ai tout lu mais :
si on ne touche a rien dans les parametres du kernel,
est ce que le recompiler apporte quelque chose (en gain de vitesse) ou la fin de l'install de MDK la compilation du noyau se fait toute seul ? et du coup, on a deja un kernel pas trop mal.
 
tout cela pour dire :
sur un PIII 600MHz, il rame un peu avec ses 128Mo et KDE 3.2
la recompile du noyau apporterat elle quelque chose (quelque chose de visible :/) ?


---> arghbis : +1
 
 
Les noyaux par défaut packagés dans les différentes distro ne sont pas de grosses bouzes non plus ; à la base les mecs chargés de faire des images de noyaux s'y connaissent un minimum  :D  
Y a juste dedans un maximum de fonctionnalités compilé en module pour avoir le support le plus étendu possible, donc le recompiler sert à quelque chose dans la mesure où l'on veut "élager" toutes les choses inutiles et y ajouter ou adapter au mieux certaines options spécifiques à son systèmes (processeur, mémoire -souvent Highmem est désactivé par défaut-, etc).
 
A mon avis sur ton PC, 128 Mo de RAM supplémentaires apporteraient largement mieux que ce que peut t'offrir n'importe quel noyau, aussi bien compilé soit-il  ;)


---------------
THRAK (def.) : 1) A sudden and precise impact moving from intention, direction and commitment, in service of an aim. 2) 117 guitars almost striking the same chord simultaneously.
mood
Publicité
Posté le 31-01-2005 à 14:29:08  profilanswer
 

mood
Publicité
Posté le   profilanswer
 

 Page :   1  2
Page Suivante

Aller à :
Ajouter une réponse
 

Sujets relatifs
Recompil de noyau 2.6.7 en vue : son, cg et usb, faut que ça marche ![Mandrake 10] Problème de connexion avec sagem usb et noyau 2.4.25
[Kernel] Comment connaitre la taille du noyau linux ?pas moyen de recompiler mon noyau
ais je interet a recompiler mon noyau ?comment recompiler un noyau avec support de l'usb ???
Recompiler le noyau => HELPQu'est ce que ça apporte de recompiler le noyau plutot que de ....
Recompiler le noyau : je n'y arrive toujours pas[Debian] Comment recompiler le noyau et est ce util ??
Plus de sujets relatifs à : Recompiler le noyau ???


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR