Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2001 06:17:14 -0500 (EST)
From:      "Philip M. Gollucci" <philip@p6m7g8.com>
To:        Rohit Panda <prohit99@yahoo.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: recompiling to create a minimal kernel
Message-ID:  <20011211061510.L574-100000@p6m7g8.student.umd.edu>
In-Reply-To: <20011211105300.43686.qmail@web12803.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Heres one almost fits on a floppy :

#######################################################################################
#                                       MANDATORY
#######################################################################################
machine         i386                    # Architecture -IBM-PC
cpu             I586_CPU                # Pentium II
maxusers        32                      # param.c (system table size)
ident           DRUNKEN                 # Kernel Config File Name

options         GPL_MATH_EMULATE        # x87 Math Emulator
options         COMPAT_43               # 4.3BSD Code Base

########################################################################################
#                                       File Systems
########################################################################################
options         FFS                     # Fast File System
options         FFS_ROOT                # FFS usable as root device
options         MD_ROOT                 # Possible Root Device

########################################################################################
#                                       Hardware
########################################################################################
device          isa                     # ISA Controller
device          eisa                    # EIAS Controller - auto probing
device          pci                     #

device          atkbdc0 at isa? port IO_KBD     # Keyboard and PS/2 Mouse Controller
device          atkbd0  at atkbdc? irq 1        # Keyboard

device          npx0    at nexus? port IO_NPX flags 0x0 irq 13  # Math Emulation

device          vt0     at isa?                 #The pcvt console driver (vt220
compatible)
##### ATA & ATAPI
device          ata
device          atadisk                 # ATA Disk Drives

#### Serial Device
device          sio0    at isa? port IO_COM1 flags 0x10 irq 4

########################################################################################
#                                       Networking
#######################################################################################
options         INET                    # Internet communications protocols

pseudo-device   ether                   # Generic Ethernet
pseudo-device   loop                    # Network loopback device

options         ICMP_BANDLIM                    # D.O.S protection

device          miibus                  # MII bus support
device          ep                      # <3Com 3C509-TPO EtherLink III

#######################################################################################
#                                       Miscellaneous
#######################################################################################
pseudo-device   pty                     # Pseudo ttys
pseudo-device   speaker                 # Play IBM BASIC-style noises out your speaker

#### Boot Time
options         USERCONFIG              # boot -c
options         VISUAL_USERCONFIG       # boot -c (visual)


------------------------------------------------------------------------------
Philip M. Gollucci (p6m7g8) philip@p6m7g8.com 301.314.3118

Science, Discovery, & the Universe (UMCP)
        Webmaster & Webship Teacher
        URL: http://www.sdu.umd.edu

EJPress.com
        Database/PERL Programmer & System Admin
        URL : http://www.ejournalpress.com

Resume      : http://www.p6m7g8.com/resume.txt


On Tue, 11 Dec 2001, Rohit Panda wrote:

> hi ,
> thanks for the prompt responses.but guys i know about
> PicoBSD.but its not what i want right now.i want to
> compile my kernel myself to get to that value.by that
> way i can keep my required configurations.but is it
> not possible to configure urself and get a small
> kernel.if anybody has tried it or anybody has
> knowledge please share it with me.
>
> any help will be highly apreciated.
> thank u all.
>
> rohit
>
> __________________________________________________
> Do You Yahoo!?
> Check out Yahoo! Shopping and Yahoo! Auctions for all of
> your unique holiday gifts! Buy at http://shopping.yahoo.com
> or bid at http://auctions.yahoo.com
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>


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?20011211061510.L574-100000>