linux-2.6.22.6 目录结构

├── arch
│   ├── alpha
│   │   ├── boot
│   │   │   └── tools
│   │   ├── kernel
│   │   ├── lib
│   │   ├── math-emu
│   │   ├── mm
│   │   └── oprofile
│   ├── arm
│   │   ├── boot
│   │   │   ├── bootp
│   │   │   └── compressed
│   │   ├── common
│   │   ├── configs
│   │   ├── kernel
│   │   ├── lib
...
│   │   ├── mach-s3c2400
│   │   ├── mach-s3c2410
...
│   │   ├── mm
│   │   ├── nwfpe
│   │   ├── oprofile
│   │   ├── plat-iop
│   │   ├── plat-omap
│   │   ├── plat-s3c24xx
│   │   ├── tools
│   │   └── vfp
__________
...
├── block
├── crypto
├── Documentation
...
...
├── drivers
│   ├── acorn
│   │   ├── block
│   │   └── char
│   ├── acpi
│   │   ├── dispatcher
│   │   ├── events
│   │   ├── executer
│   │   ├── hardware
│   │   ├── namespace
│   │   ├── parser
│   │   ├── resources
│   │   ├── sleep
│   │   ├── tables
│   │   └── utilities
│   ├── amba
│   ├── ata
│   ├── atm
│   ├── auxdisplay
│   ├── base
│   │   └── power
│   ├── block
│   │   ├── aoe
│   │   └── paride
│   ├── bluetooth
│   ├── cdrom
│   ├── char
│   │   ├── agp
│   │   ├── drm
│   │   ├── hw_random
│   │   ├── ip2
│   │   ├── ipmi
│   │   ├── mwave
│   │   ├── pcmcia
│   │   ├── rio
│   │   ├── tpm
│   │   └── watchdog
│   ├── clocksource
│   ├── connector
│   ├── cpufreq
│   ├── crypto
│   ├── dio
│   ├── dma
│   ├── edac
│   ├── eisa
│   ├── fc4
│   ├── firewire
│   ├── firmware
│   ├── hid
│   │   └── usbhid
│   ├── hwmon
│   │   └── ams
│   ├── i2c
│   │   ├── algos
│   │   ├── busses
│   │   └── chips
│   ├── ide
│   │   ├── arm
│   │   ├── cris
│   │   ├── h8300
│   │   ├── legacy
│   │   ├── mips
│   │   ├── pci
│   │   └── ppc
│   ├── ieee1394
│   ├── infiniband
│   │   ├── core
│   │   ├── hw
│   │   │   ├── amso1100
│   │   │   ├── cxgb3
│   │   │   ├── ehca
│   │   │   ├── ipath
│   │   │   ├── mlx4
│   │   │   └── mthca
│   │   └── ulp
│   │       ├── ipoib
│   │       ├── iser
│   │       └── srp
│   ├── input
│   │   ├── gameport
│   │   ├── joystick
│   │   │   └── iforce
│   │   ├── keyboard
│   │   ├── misc
│   │   ├── mouse
│   │   ├── serio
│   │   ├── tablet
│   │   └── touchscreen
│   ├── isdn
│   │   ├── act2000
│   │   ├── capi
│   │   ├── divert
│   │   ├── gigaset
│   │   ├── hardware
│   │   │   ├── avm
│   │   │   └── eicon
│   │   ├── hisax
│   │   ├── hysdn
│   │   ├── i4l
│   │   ├── icn
│   │   ├── isdnloop
│   │   ├── pcbit
│   │   └── sc
│   ├── kvm
│   ├── leds
│   ├── macintosh
│   ├── mca
│   ├── md
│   │   └── raid6test
│   ├── media
│   │   ├── common
│   │   ├── dvb
│   │   │   ├── b2c2
│   │   │   ├── bt8xx
│   │   │   ├── cinergyT2
│   │   │   ├── dvb-core
│   │   │   ├── dvb-usb
│   │   │   ├── frontends
│   │   │   ├── pluto2
│   │   │   ├── ttpci
│   │   │   ├── ttusb-budget
│   │   │   └── ttusb-dec
│   │   ├── radio
│   │   └── video
│   │       ├── bt8xx
│   │       ├── cpia2
│   │       ├── cx25840
│   │       ├── cx88
│   │       ├── em28xx
│   │       ├── et61x251
│   │       ├── ivtv
│   │       ├── ovcamchip
│   │       ├── pvrusb2
│   │       ├── pwc
│   │       ├── saa7134
│   │       ├── sn9c102
│   │       ├── usbvideo
│   │       ├── usbvision
│   │       └── zc0301
│   ├── message
│   │   ├── fusion
│   │   │   └── lsi
│   │   └── i2o
│   ├── mfd
│   ├── misc
│   │   ├── hdpuftrs
│   │   └── ibmasm
│   ├── mmc
│   │   ├── card
│   │   ├── core
│   │   └── host
│   ├── mtd
│   │   ├── chips
│   │   ├── devices
│   │   ├── maps
│   │   ├── nand
│   │   ├── onenand
│   │   └── ubi
│   ├── net
│   │   ├── appletalk
│   │   ├── arcnet
│   │   ├── arm
│   │   ├── atl1
│   │   ├── bonding
│   │   ├── chelsio
│   │   ├── cris
│   │   ├── cxgb3
│   │   ├── e1000
│   │   ├── ehea
│   │   ├── fec_8xx
│   │   ├── fs_enet
│   │   ├── hamradio
│   │   ├── ibm_emac
│   │   ├── irda
│   │   ├── ixgb
│   │   ├── ixp2000
│   │   ├── mlx4
│   │   ├── myri10ge
│   │   ├── netxen
│   │   ├── pcmcia
│   │   ├── phy
│   │   ├── sk98lin
│   │   │   └── h
│   │   ├── skfp
│   │   │   └── h
│   │   ├── tokenring
│   │   ├── tulip
│   │   ├── usb
│   │   ├── wan
│   │   │   └── lmc
│   │   └── wireless
│   │       ├── bcm43xx
│   │       ├── hostap
│   │       ├── libertas
│   │       ├── prism54
│   │       └── zd1211rw
│   ├── nubus
│   ├── oprofile
│   ├── parisc
│   ├── parport
│   ├── pci
│   │   ├── hotplug
│   │   └── pcie
│   │       └── aer
│   ├── pcmcia
│   ├── pnp
│   │   ├── isapnp
│   │   ├── pnpacpi
│   │   └── pnpbios
│   ├── ps3
│   ├── rapidio
│   │   └── switches
│   ├── rtc
│   ├── s390
│   │   ├── block
│   │   ├── char
│   │   ├── cio
│   │   ├── crypto
│   │   ├── net
│   │   └── scsi
│   ├── sbus
│   │   └── char
│   ├── scsi
│   │   ├── aacraid
│   │   ├── aic7xxx
│   │   │   └── aicasm
│   │   ├── aic7xxx_old
│   │   ├── aic94xx
│   │   ├── arcmsr
│   │   ├── arm
│   │   ├── dpt
│   │   ├── ibmvscsi
│   │   ├── libsas
│   │   ├── lpfc
│   │   ├── megaraid
│   │   ├── pcmcia
│   │   ├── qla2xxx
│   │   ├── qla4xxx
│   │   └── sym53c8xx_2
│   ├── serial
│   │   ├── cpm_uart
│   │   └── jsm
│   ├── sh
│   │   └── superhyway
│   ├── sn
│   ├── spi
│   ├── tc
│   ├── telephony
│   ├── usb
│   │   ├── atm
│   │   ├── class
│   │   ├── core
│   │   ├── gadget
│   │   ├── host
│   │   ├── image
│   │   ├── misc
│   │   │   └── sisusbvga
│   │   ├── mon
│   │   ├── serial
│   │   └── storage
│   ├── video
│   │   ├── aty
│   │   ├── backlight
│   │   ├── console
│   │   ├── display
│   │   ├── geode
│   │   ├── i810
│   │   ├── intelfb
│   │   ├── kyro
│   │   ├── logo
│   │   ├── matrox
│   │   ├── mbx
│   │   ├── nvidia
│   │   ├── pnx4008
│   │   ├── riva
│   │   ├── savage
│   │   ├── sis
│   │   └── vermilion
│   ├── w1
│   │   ├── masters
│   │   └── slaves
│   └── zorro
├── fs
│   ├── 9p
│   ├── adfs
│   ├── affs
│   ├── afs
│   ├── autofs
│   ├── autofs4
│   ├── befs
│   ├── bfs
│   ├── cifs
│   ├── coda
│   ├── configfs
│   ├── cramfs
│   ├── debugfs
│   ├── devpts
│   ├── dlm
│   ├── ecryptfs
│   ├── efs
│   ├── exportfs
│   ├── ext2
│   ├── ext3
│   ├── ext4
│   ├── fat
│   ├── freevxfs
│   ├── fuse
│   ├── gfs2
│   │   └── locking
│   │       ├── dlm
│   │       └── nolock
│   ├── hfs
│   ├── hfsplus
│   ├── hostfs
│   ├── hpfs
│   ├── hppfs
│   ├── hugetlbfs
│   ├── isofs
│   ├── jbd
│   ├── jbd2
│   ├── jffs2
│   ├── jfs
│   ├── lockd
│   ├── minix
│   ├── msdos
│   ├── ncpfs
│   ├── nfs
│   ├── nfs_common
│   ├── nfsd
│   ├── nls
│   ├── ntfs
│   ├── ocfs2
│   │   ├── cluster
│   │   └── dlm
│   ├── openpromfs
│   ├── partitions
│   ├── proc
│   ├── qnx4
│   ├── ramfs
│   ├── reiserfs
│   ├── romfs
│   ├── smbfs
│   ├── sysfs
│   ├── sysv
│   ├── udf
│   ├── ufs
│   ├── vfat
│   ├── xfs
│   │   ├── linux-2.6
│   │   ├── quota
│   │   └── support
│   └── yaffs2
├── include
│   ├── acpi
│   │   └── platform
│   ├── asm-alpha
│   ├── asm-arm
........
│   │   ├── arch-s3c2410
│   │   ├── arch-sa1100
│   │   ├── arch-shark
│   │   ├── arch-versatile
│   │   ├── hardware
│   │   ├── mach
│   │   └── plat-s3c24xx
.......
│   ├── config
│   ├── crypto
│   ├── keys
│   ├── linux
│   │   ├── amba
│   │   ├── byteorder
│   │   ├── dvb
│   │   ├── hdlc
│   │   ├── isdn
│   │   ├── lockd
│   │   ├── mlx4
│   │   ├── mmc
│   │   ├── mtd
│   │   ├── netfilter
│   │   ├── netfilter_arp
│   │   ├── netfilter_bridge
│   │   ├── netfilter_ipv4
│   │   ├── netfilter_ipv6
│   │   ├── nfsd
│   │   ├── raid
│   │   ├── spi
│   │   ├── sunrpc
│   │   ├── tc_act
│   │   ├── tc_ematch
│   │   └── usb
│   ├── math-emu
│   ├── media
│   ├── mtd
│   ├── net
│   │   ├── bluetooth
│   │   ├── irda
│   │   ├── iucv
│   │   ├── netfilter
│   │   │   ├── ipv4
│   │   │   └── ipv6
│   │   ├── sctp
│   │   ├── tc_act
│   │   └── tipc
│   ├── pcmcia
│   ├── rdma
│   ├── rxrpc
│   ├── scsi
│   ├── sound
│   └── video
├── init
├── ipc
├── kernel
│   ├── irq
│   ├── power
│   └── time
├── lib
│   ├── reed_solomon
│   ├── zlib_deflate
│   └── zlib_inflate
├── mm
├── net
│   ├── 802
│   ├── 8021q
│   ├── appletalk
│   ├── atm
│   ├── ax25
│   ├── bluetooth
│   │   ├── bnep
│   │   ├── cmtp
│   │   ├── hidp
│   │   └── rfcomm
│   ├── bridge
│   │   └── netfilter
│   ├── core
│   ├── dccp
│   │   └── ccids
│   │       └── lib
│   ├── decnet
│   │   └── netfilter
│   ├── econet
│   ├── ethernet
│   ├── ieee80211
│   │   └── softmac
│   ├── ipv4
│   │   ├── ipvs
│   │   └── netfilter
│   ├── ipv6
│   │   └── netfilter
│   ├── ipx
│   ├── irda
│   │   ├── ircomm
│   │   ├── irlan
│   │   └── irnet
│   ├── iucv
│   ├── key
│   ├── lapb
│   ├── llc
│   ├── mac80211
│   ├── netfilter
│   ├── netlabel
│   ├── netlink
│   ├── netrom
│   ├── packet
│   ├── rfkill
│   ├── rose
│   ├── rxrpc
│   ├── sched
│   ├── sctp
│   ├── sunrpc
│   │   └── auth_gss
│   ├── tipc
│   ├── unix
│   ├── wanrouter
│   ├── wireless
│   ├── x25
│   └── xfrm
├── scripts
│   ├── basic
│   ├── genksyms
│   ├── kconfig
│   │   └── lxdialog
│   ├── ksymoops
│   ├── mod
│   ├── package
│   └── rt-tester
├── security
│   ├── keys
│   └── selinux
│       ├── include
│       └── ss
├── sound
│   ├── aoa
│   │   ├── codecs
│   │   ├── core
│   │   ├── fabrics
│   │   └── soundbus
│   │       └── i2sbus
│   ├── arm
│   ├── core
│   │   ├── oss
│   │   └── seq
│   │       ├── instr
│   │       └── oss
│   ├── drivers
│   │   ├── mpu401
│   │   ├── opl3
│   │   ├── opl4
│   │   └── vx
│   ├── i2c
│   │   ├── l3
│   │   └── other
│   ├── isa
│   │   ├── ad1816a
│   │   ├── ad1848
│   │   ├── cs423x
│   │   ├── es1688
│   │   ├── gus
│   │   ├── opti9xx
│   │   ├── sb
│   │   └── wavefront
│   ├── mips
│   ├── oss
│   │   ├── dmasound
│   │   └── emu10k1
│   ├── parisc
│   ├── pci
│   │   ├── ac97
│   │   ├── ali5451
│   │   ├── au88x0
│   │   ├── ca0106
│   │   ├── cs46xx
│   │   │   └── imgs
│   │   ├── cs5535audio
│   │   ├── echoaudio
│   │   ├── emu10k1
│   │   ├── hda
│   │   ├── ice1712
│   │   ├── korg1212
│   │   ├── mixart
│   │   ├── nm256
│   │   ├── pcxhr
│   │   ├── riptide
│   │   ├── rme9652
│   │   ├── trident
│   │   ├── vx222
│   │   └── ymfpci
│   ├── pcmcia
│   │   ├── pdaudiocf
│   │   └── vx
│   ├── ppc
│   ├── soc
│   │   ├── at91
│   │   ├── codecs
│   │   ├── pxa
│   │   └── s3c24xx
│   ├── sparc
│   ├── synth
│   │   └── emux
│   └── usb
│       ├── caiaq
│       └── usx2y
└── usr

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值