home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1994 February
/
CHIP0294.ISO
/
digital
/
test
/
linux
/
bootdisk
/
bootdisk.18
/
etc
/
WHATSIN.full.g
/
WHATSIN.full
Wrap
Text File
|
1994-06-11
|
5KB
|
141 lines
root@lst:/devel/src/linux# date
Sun Jun 12 02:37:44 MET DST 1994
root@lst:/devel/src/linux# make config
/bin/sh Configure < config.in
*
* General setup
*
Kernel math emulation (CONFIG_MATH_EMULATION) [y] y
Normal harddisk support (CONFIG_BLK_DEV_HD) [y] y
XT harddisk support (CONFIG_BLK_DEV_XD) [y] y
TCP/IP networking (CONFIG_INET) [y] y
Limit memory to low 16MB (CONFIG_MAX_16M) [n] n
System V IPC (CONFIG_SYSVIPC) [y] y
Use -m486 flag for 486-specific optimizations (CONFIG_M486) [y] y
*
* Program binary formats
*
Link with Elf/COFF support (CONFIG_BINFMT_IBCS) [n] n
*
* SCSI support
*
SCSI support? (CONFIG_SCSI) [n] n
:
: Skipping SCSI configuration options...
:
*
* Network device support
*
Network device support? (CONFIG_ETHERCARDS) [n] y
SLIP (serial line) support (CONFIG_SLIP) [y] y
CSLIP compressed headers (SL_COMPRESSED) [y] y
PPP (point-to-point) support (CONFIG_PPP) [y] y
PLIP (parallel port) support (CONFIG_PLIP) [n] n
NE2000/NE1000 support (CONFIG_NE2000) [y] y
WD80*3 support (CONFIG_WD80x3) [y] y
SMC Ultra support (CONFIG_ULTRA) [y] y
3c501 support (CONFIG_EL1) [y] y
3c503 support (CONFIG_EL2) [y] y
3c509/3c579 support (CONFIG_EL3) [y] y
HP PCLAN support (CONFIG_HPLAN) [y] y
AT1500 and NE2100 (LANCE and PCnet-ISA) support (CONFIG_LANCE) [y] y
AT1700 support (CONFIG_AT1700) [y] y
DEPCA support (CONFIG_DEPCA) [y] y
D-Link DE600 pocket adaptor support (CONFIG_DE600) [y] y
AT-LAN-TEC/RealTek pocket adaptor support (CONFIG_ATP) [y] y
*
Sony CDU31A CDROM driver support (CONFIG_CDU31A) [y] y
Mitsumi CDROM driver support (CONFIG_MCD) [y] y
Matsushita/Panasonic CDROM driver support (CONFIG_SBPCD) [y] y
LMS/Philips CDROM driver support (CONFIG_LMSCD) [y] y
Sony CDU535 CDROM driver support (CONFIG_CDU535) [y] y
*
* Filesystems
*
Standard (minix) fs support (CONFIG_MINIX_FS) [y] y
Extended fs support (CONFIG_EXT_FS) [n] n
Second extended fs support (CONFIG_EXT2_FS) [y] y
xiafs filesystem support (CONFIG_XIA_FS) [n] n
msdos fs support (CONFIG_MSDOS_FS) [y] y
/proc filesystem support (CONFIG_PROC_FS) [y] y
NFS filesystem support (CONFIG_NFS_FS) [n] y
ISO9660 cdrom filesystem support (CONFIG_ISO9660_FS) [y] y
OS/2 HPFS filesystem support (read only) (CONFIG_HPFS_FS) [n] y
System V and Coherent filesystem support (CONFIG_SYSV_FS) [n] y
*
* character devices
*
Parallel printer support (CONFIG_PRINTER) [y] y
Logitech busmouse support (CONFIG_BUSMOUSE) [n] y
PS/2 mouse (aka "auxiliary device") support (CONFIG_PSMOUSE) [n] y
C&T 82C710 mouse port support (as on TI Travelmate) (CONFIG_82C710_MOUSE) [y] y
Microsoft busmouse support (CONFIG_MS_BUSMOUSE) [n] y
ATIXL busmouse support (CONFIG_ATIXL_BUSMOUSE) [n] y
Selection (cut and paste for virtual consoles) (CONFIG_SELECTION) [n] y
QIC-02 tape support (CONFIG_TAPE_QIC02) [y] y
QIC-117 tape support (CONFIG_FTAPE) [y] y
number of ftape buffers (NR_FTAPE_BUFFERS) [3] 3
*
* Sound
*
Sound card support (CONFIG_SOUND) [n] y
*
* Kernel hacking
*
Kernel profiling support (CONFIG_PROFILE) [n] n
The linux kernel is now hopefully configured for your setup.
Check the top-level Makefile for additional configuration,
and do a 'make dep ; make clean' if you want to be sure all
the files are correctly re-made
CONFIG_SOUND = CONFIG_SOUND
make[1]: Entering directory `/devel/src/linux/drivers/sound'
Compiling Sound Driver v 2.4 for Linux
Configuring the sound support
Do you want to include full version of the sound driver (n/y) ? n
Do you want to DISABLE the Sound Driver (n/y) ?n
The SoundBlaster, AdLib and ProAudioSpectrum
cards cannot be installed at the same time
Select at most one of them:
- ProAudioSpectrum 16
- SoundBlaster / SB Pro
(Could be selected with PAS16 also
since there is a SB emulation on it)
- AdLib
Don't enable SoundBlaster if you have GUS at 0x220!
ProAudioSpectrum 16 support (n/y) ? n
SoundBlaster support (n/y) ? y
The following cards should work with any other cards.
CAUTION! Don't enable MPU-401 if you don't have it.
Gravis Ultrasound support (n/y) ? n
MPU-401 support (NOT for SB16) (n/y) ? n
Select one or more of the following options
SoundBlaster Pro support (y/n) ? n
SoundBlaster 16 support (y/n) ? n
digitized voice support (y/n) ? y
MIDI interface support (y/n) ? n
FM synthesizer (YM3812/OPL-3) support (y/n) ? y
IRQ number for SoundBlaster?
The IRQ adress is defined by the jumpers on your card and
7 is the factory default. Valid values are 9, 5, 7 and 10.
Enter the value: 7
SoundBlaster IRQ set to 7
Select the DMA buffer size (4096, 16384, 32768 or 65536 bytes)
16384 is recommended value for this configuration.
Enter the value: 16384
The DMA buffer size set to 16384
The sound driver is now configured.
make[1]: Leaving directory `/devel/src/linux/drivers/sound'
mv .tmpconfig .config