Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2000 01:11:58 -0400
From:      Bigwillie <mvanberk@optonline.net>
To:        Odhiambo Washington <wash@poeza.iconnect.co.ke>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Unable to compile kernel
Message-ID:  <4.2.0.58.20000928010906.009d4a70@mail-hub.optonline.net>
In-Reply-To: <20000928075805.D41077@poeza.iconnect.co.ke>
References:  <4.2.0.58.20000928002752.009d2420@mail-hub.optonline.net> <4.2.0.58.20000928002752.009d2420@mail-hub.optonline.net>

next in thread | previous in thread | raw e-mail | index | archive | help

>Send us a your kernel file so that we can take a look at it!! maybe some
>typo somewhere..
>
>Wash

Here it is......

#
# GW -- Gateway/Firewall for my local net
#       Maintained by Greg Samson 9-25-00
#

machine i386
cpu             I586_CPU
ident           GW
maxusers        32

options         INET                    #InterNETworking
options         INET6                   #IPv6 communications protocols
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device [keep this!]
options         SOFTUPDATES     #Enable FFS soft updates support
options         MFS                     #Memory Filesystem
options         MD_ROOT         #MD is a potential root device
options         NFS                     #Network Filesystem
options         NFS_ROOT                #NFS usable as root device, NFS 
required
options         CD9660                  #ISO 9660 Filesystem
options         CD9660_ROOT             #CD-ROM usable as root, CD9660 required
options         PROCFS          #Process filesystem
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options         P1003_1B                #Posix P1003_1B real-time extensions
options         _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM    #Rate limit bad replies
options         CPU_FASTER_5X86_FPU

device          isa
device          pci

# Floppy drives
device          fdc0    at isa? port IO_FD1 irq 6 drq 2
device          fd0     at fdc0 drive 0

# SCSI Controllers
device          aic0    at isa?

# SCSI peripherals
device          scbus           # SCSI bus (required)
device          da              # Direct Access (disks)
#device sa              # Sequential Access (tape etc)
device          cd              # CD
device          pass            # Passthrough device (direct SCSI access)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device          atkbdc0 at isa? port IO_KBD
device          atkbd0  at atkbdc? irq 1 flags 0x1
device          psm0    at atkbdc? irq 12 flags 0x0300

device          vga0    at isa?

# syscons is the default console driver, resembling an SCO console
device          sc0     at isa? flags 0x100

# Floating point support - do not disable.
device          npx0    at nexus? port IO_NPX irq 13

# PCI Ethernet NICs.
device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)

# ISA Ethernet NICs.
device          ed0     at isa? port 0x300 irq 10 iomem 0xd8000

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device   loop            # Network loopback
pseudo-device   ether           # Ethernet support
pseudo-device   pty             # Pseudo-ttys (telnet etc)
pseudo-device   md              # Memory "disks"
pseudo-device   gif     4       # IPv6 and IPv4 tunneling
pseudo-device   faith   1       # IPv6-to-IPv4 relaying (translation)

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device   bpf             #Berkeley packet filter

# Firewall Section
options         IPFILTER
options         IPFILTER_LOG
options         IPDIVERT





_________________________________________
Steiny's Studio
Pachyderm Productions
http://steiny.hypermart.net
mailto:info@steiny.hypermart.net





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.0.58.20000928010906.009d4a70>