The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/pc/pcflop

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # tiny kernel used to install from floppy
    2 dev
    3         root
    4         cons
    5 
    6         arch
    7         pnp             pci
    8         env
    9         pipe
   10         proc
   11         mnt
   12         srv
   13         dup
   14         rtc
   15 #       ssl
   16 #       tls
   17         cap
   18 #       kprof
   19 
   20         ether           netif
   21         ip              arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
   22 
   23         draw            screen vga vgax
   24         mouse           mouse
   25         vga
   26         kbmap
   27 
   28         sd
   29         floppy          dma
   30 #       lpt
   31 
   32 #       audio           dma
   33         pccard
   34         i82365          cis
   35         uart
   36 #       usb
   37 #       kbin
   38 
   39 link
   40         realmode
   41         devpccard
   42         devi82365
   43 #       apm             apmjump
   44         ether2000       ether8390
   45         ether2114x      pci
   46         ether589        etherelnk3
   47         ether79c970     pci
   48         ether8003       ether8390
   49         ether8139       pci
   50         ether8169       pci ethermii
   51         ether82543gc    pci
   52 #       ether82563      pci
   53         ether82557      pci
   54         ether83815      pci
   55         etherdp83820    pci
   56         etherec2t       ether8390
   57         etherelnk3      pci
   58         etherga620      pci
   59         etherigbe       pci ethermii
   60         ethervgbe       pci ethermii
   61         ethervt6102     pci ethermii
   62 #       ethervt6105m    pci ethermii
   63 #       ethersink
   64         ethersmc        devi82365 cis
   65         etherwavelan    wavelan devi82365 cis pci
   66         ethermedium
   67 #       etherm10g
   68 #       ether82598      pci
   69         pcmciamodem
   70         netdevmedium
   71         loopbackmedium
   72 #       usbuhci
   73 #       usbohci
   74 #       usbehci
   75 
   76 misc
   77 #       archmp          mp apic
   78         mtrr
   79 
   80         sdata           pci sdscsi
   81         sd53c8xx        pci sdscsi
   82         sdmylex         pci sdscsi
   83 #       sdiahci         pci sdscsi
   84 
   85         uarti8250
   86 #       uartpci         pci
   87 
   88         vga3dfx         +cur
   89         vgaark2000pv    +cur
   90         vgabt485        =cur
   91         vgaclgd542x     +cur
   92         vgaclgd546x     +cur
   93         vgact65545      +cur
   94         vgacyber938x    +cur
   95         vgaet4000       +cur
   96         vgahiqvideo     +cur
   97         vgai81x         +cur
   98         vgamach64xx     +cur
   99         vgamga2164w     +cur
  100         vgamga4xx       +cur
  101         vganeomagic     +cur
  102         vganvidia       +cur
  103         vgargb524       =cur
  104         vgas3           +cur vgasavage
  105         vgat2r4         +cur
  106         vgatvp3020      =cur
  107         vgatvp3026      =cur
  108         vgavesa
  109         vgavmware       +cur
  110 
  111 ip
  112         tcp
  113         udp
  114         ipifc
  115         icmp
  116         icmp6
  117 
  118 port
  119         int cpuserver = 0;
  120 
  121 boot glenda boot #f/fd0disk
  122         local
  123 
  124 bootdir
  125         bootpcflop.out boot
  126         /sys/lib/dist/bin/386/bzfs kfs
  127         /sys/lib/dist/pc/root.bz2 bzroot
  128 #       /386/bin/usb/usbd

Cache object: 325234b0af0c0119377f296f96aa2303


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.