lkml.org 
[lkml]   [1999]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectPROBEM: kernel 2.2.9 (and 2.3.2) NULL ptr ts.cr3 (fwd)


1. ts.cr3 null pointer error

2.

This error occured very consistantly using kernel 2.2.9
compress (bzImage) kernel. Although this attached config file is for 2.3.2
its options were the same for the 2.2.9 compilation. The consistant error
was a NULL ptr error in the ts.cr3 module(?) during the compilatiion of
X11R6.3.

3. Keywords ts.cr3, null pointer.

4. Version 2.2.9 (and 2.3.2) (note only 2 tried)


During the compilation of X11R6.3 (30/1/99) (is that right 3rd patch
applied?) the following consistantly occured.

Unfortunately "nm vmlinux | sort | more" probably didn't like the
compressed kernel right? Same with ksymopps. Do you want the kernel
emailed?

5. Opps output
May 17 01:42:06 Obsequies kernel: Unable to handle kernel NULL pointer dereference at virtual address c00001b6
May 17 01:42:06 Obsequies kernel: current->tss.cr3 = 00a38000, `r3 = 00a38000
May 17 01:42:06 Obsequies kernel: *pde = 00102067
May 17 01:42:06 Obsequies kernel: *pte = 00000000
May 17 01:42:06 Obsequies kernel: Oops: 0000
May 17 01:42:06 Obsequies kernel: CPU: 0
May 17 01:42:06 Obsequies kernel: EIP: 0010:[<000001b6>]
May 17 01:42:06 Obsequies kernel: EFLAGS: 00010202
May 17 01:42:06 Obsequies kernel: eax: 00000008 ebx: 0010abc5 ecx: 00000000 edx: 00000000
May 17 01:42:06 Obsequies kernel: esi: 080762c0 edi: bfffede8 ebp: bfffee00 esp: 0161ffc8
May 17 01:42:06 Obsequies kernel: ds: 0018 es: 0018 fs: 002b gs: 002b ss: 0018
May 17 01:42:06 Obsequies kernel: Process cpp (pid: 16608, process nr: 48, stackpage=0161f000)
May 17 01:42:06 Obsequies kernel: Stack: 080762ca bfffede8 bfffee00 ffffffda 7063002b 2828002b 0807002b 0000002b
May 17 01:42:06 Obsequies kernel: 00000005 40077664 00100023 00000246 bfffedd4 0009002b
May 17 01:42:06 Obsequies kernel: Call Trace:
May 17 01:42:06 Obsequies kernel: Code: <1>Unable to handle kernel NULL pointer dereference at virtual address c00001b6
May 17 01:42:06 Obsequies kernel: current->tss.cr3 = 00a38000, `r3 = 00a38000
May 17 01:42:06 Obsequies kernel: *pde = 00102067
May 17 01:42:06 Obsequies kernel: *pte = 00000000
May 17 01:42:06 Obsequies kernel: Oops: 0000
May 17 01:42:06 Obsequies kernel: CPU: 0
May 17 01:42:06 Obsequies kernel: EIP: 0010:[die_if_kernel+620/680]
May 17 01:42:06 Obsequies kernel: EFLAGS: 00010202
May 17 01:42:06 Obsequies kernel: eax: 00000010 ebx: 0009002b ecx: 000001b6 edx: 0147f810
May 17 01:42:06 Obsequies kernel: esi: 00000000 edi: 01620000 ebp: 0161ff8c esp: 0161ff30
May 17 01:42:06 Obsequies kernel: ds: 0018 es: 0018 fs: 0010 gs: 002b ss: 0018
May 17 01:42:06 Obsequies kernel: Process cpp (pid: 16608, process nr: 48, stackpage=0161f000)
May 17 01:42:06 Obsequies kernel: Stack: 001b002b 00102000 00000000 00100000 00679018 02800000 03000000 02800000
May 17 01:42:06 Obsequies kernel: 00670018 00111f3a 001b9a6f 0161ff8c 00100000 00111c70 080762c0 bfffede8
May 17 01:42:06 Obsequies kernel: bfffee00 00560000 0101d818 00000202 0010ad28 0161ff8c 00100000 0010abc5
May 17 01:42:06 Obsequies kernel: Call Trace: [rem_kernel+147/148] [vfat:vfat_put_super_R1078b1fd+-20520/532] [<03000000>] [vfat:vfat_put_super_R1078b1fd+-20520/532] [do_page_fault+714/732] [do_page_fault+0/732] [error_code+64/72]
May 17 01:42:06 Obsequies kernel: [system_call+85/124]
May 17 01:42:06 Obsequies kernel: Code: 64 8a 04 0e 0f a1 88 c2 0f b6 d2 89 54 24 10 52 68 f4 8c 1b


This is the first and final lines from the compilation "make world >&
world.err" I managed to do a sync on a second peusdoterm so this MIGHT be
the last compile construction (or pretty close at least). Sorry may
patience e2fscking disks ran out:


Building Release 6.4 of the X Window System.

I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.

Mon May 17 02:23:49 EST 1999

cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" clean
~big snip
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC Lookup.c
Lookup.c: In function `XmuLookupString':
Lookup.c:167: warning: overflow in implicit constant conversion
Lookup.c:169: warning: overflow in implicit constant conversion
Lookup.c:171: warning: overflow in implicit constant conversion
rm -f LookupCmap.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC LookupCmap.c
rm -f Lower.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC Lower.c
rm -f RdBitF.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC RdBitF.c
rm -f ScrOfWin.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC ScrOfWin.c
rm -f ShapeWidg.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC ShapeWidg.c
rm -f StdCmap.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StdCmap.c
rm -f StrToBS.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StrToBS.c
rm -f StrToBmap.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StrToBmap.c
rm -f StrToCurs.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StrToCurs.c
rm -f StrToGrav.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StrToGrav.c
rm -f StrToJust.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StrToJust.c
rm -f StrToLong.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StrToLong.c
rm -f StrToOrnt.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StrToOrnt.c
rm -f StrToShap.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StrToShap.c
rm -f StrToWidg.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC StrToWidg.c
rm -f UpdMapHint.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC UpdMapHint.c
rm -f VisCmap.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXTSTRINGDEFINES -fPIC VisCmap.c
rm -f WidgetNode.o
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -I../.. -I../../exports/include -Dlinux



While recompileing kernel 2.2.9 (with addition ppp option) under kernel
2.2.9. Not this error only occured sometimes. The above compilation of
X11R6 was a consistant error. The folowing is (as far as I remember a
kernal recompile).

May 17 02:28:34 Obsequies kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000023
May 17 02:28:34 Obsequies kernel: current->tss.cr3 = 0112d000, `r3 = 0112d000
May 17 02:28:34 Obsequies kernel: *pde = 00000000
May 17 02:28:34 Obsequies kernel: Oops: 0000
May 17 02:28:34 Obsequies kernel: CPU: 0
May 17 02:28:34 Obsequies kernel: EIP: 0010:[<40051f81>]
May 17 02:28:34 Obsequies kernel: EFLAGS: 00010202
May 17 02:28:34 Obsequies kernel: eax: ffff0004 ebx: c1c3c000 ecx: 400a568c edx: 400a56cc
May 17 02:28:34 Obsequies kernel: esi: 00000023 edi: c1c3dfcc ebp: c1c3dfbc esp: c1c3dfbc
May 17 02:28:34 Obsequies kernel: ds: 0018 es: 0018 ss: 0018
May 17 02:28:34 Obsequies kernel: Process echo (pid: 9030, process nr: 32, stackpage=c1c3d000)
May 17 02:28:34 Obsequies kernel: Stack: bffffcfc c0107bf5 c1c3dfcc 00000023 400a56cc 0804a300 0804a2f0 00000009
May 17 02:28:34 Obsequies kernel: 080490ac bffffcfc c010eb80 ffff0004 0000002b ffffffff 00010206 bffffcc8
May 17 02:28:34 Obsequies kernel: 0000002b
May 17 02:28:34 Obsequies kernel: Call Trace: [<c0107bf5>] [<c010eb80>]
May 17 02:28:34 Obsequies kernel: Code: 8b 46 00 8b 56 04 89 47 00 89 57 04 8b 46 08 8b 56 0c 89 47




This following one was generated using kernel 2.3.2 while using the
compilation of X11R6 or it could of been the command tar -xvzf
Wine-990426.tar.gz on the other psuedoterm (which although I doubt it).

May 17 18:25:22 Obsequies kernel: Unable to handle kernel paging request at virtual address 75525b20
May 17 18:25:22 Obsequies kernel: current->tss.cr3 = 00df2000, `r3 = 00df2000
May 17 18:25:22 Obsequies kernel: *pde = 00000000
May 17 18:25:22 Obsequies kernel: Oops: 0000
May 17 18:25:22 Obsequies kernel: CPU: 0
May 17 18:25:22 Obsequies kernel: EIP: 0010:[<c01290be>]
May 17 18:25:22 Obsequies kernel: EFLAGS: 00010202
May 17 18:25:22 Obsequies kernel: eax: 75525b20 ebx: 001f6d48 ecx: 00000302 edx: 75525b20
May 17 18:25:22 Obsequies kernel: esi: 00000400 edi: 001f6d48 ebp: c0ad0302 esp: c0775e34
May 17 18:25:22 Obsequies kernel: ds: 0018 es: 0018 ss: 0018
May 17 18:25:22 Obsequies kernel: Process bdftopcf (pid: 25280, process nr: 29, stackpage=c0775000)
May 17 18:25:22 Obsequies kernel: Stack: c01290ed 00000302 001f6d48 00000400 c0129343 00000302 001f6d48 00000400
May 17 18:25:22 Obsequies kernel: c0089800 00000020 00000400 c0ad2fc0 000003e8 c0129658 00000302 001f6d48
May 17 18:25:22 Obsequies kernel: 00000400 00000002 c0140318 00000302 001f6d48 00000400 c0775ed0 0000002c
May 17 18:25:22 Obsequies kernel: Call Trace: [<c01290ed>] [<c0129343>] [<c0129658>] [<c0140318>] [<c012a265>] [<c011e1a2>] [<c011e6aa>]
May 17 18:25:22 Obsequies kernel: [<c011c66b>] [<c011ea88>] [<c011e9d4>] [<c01276a2>] [<c0107b04>]
May 17 18:25:22 Obsequies kernel: Code: 8b 12 39 58 04 75 f3 39 70 08 75 ee 66 39 48 0c 75 e8 89 c2


6. Shell

All ready specified. THe consistant error generator the the X11R6 patch
level 3 version "make World" execution.

7. ENVIROMENT

BASH=/bin/bash
BASH_VERSION=1.14.7(1)
COLUMNS=80
ENV=/root/.bashrc
EUID=0
HISTFILE=/root/.bash_history
HISTFILESIZE=1000
HISTSIZE=1000
HOME=/root
HOSTNAME=Obsequies
HOSTTYPE=i386
IFS=

LINES=25
LOGNAME=root
MAIL=/var/spool/mail/root
MAILCHECK=60
OLDPWD=/proc/sys/kernel
OPTERR=1
OPTIND=1
OSTYPE=Linux
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
PPID=1
PS1=[\u@\h \W]\$
PS2=>
PS4=+
PWD=/usr/src/xc
SHELL=/bin/bash
SHLVL=1
TERM=linux
UID=0
USER=root
USERNAME=root
_=set


7.1 ver_linux scr

sh ver_linux

-- Versions installed: (if some fields are empty or looks
-- unusual then possibly you have very old versions)
Linux Obsequies 2.2.9 #3 SMP Sun May 16 22:57:16 EST 1999 i686 unknown
Kernel modules 2.1.85
Gnu C 2.7.2.3
Binutils 2.9.1.0.15
Linux C Library 2.0.7
Dynamic linker ldd (GNU libc) 2.0.7
Linux C++ Library 2.8.0
Procps 1.2.9
Mount 2.8a
Net-tools 1.46
Kbd 0.96
Sh-utils 1.16
Modules Loaded

7.2 CPU

cat /proc/cpuinfo

processor : 0
vendor_id : CyrixInstead
cpu family : 6
model : 2
model name : 6x86MX 3.5x Core/Bus Clock
stepping : 7
cpu MHz : 233.867487
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : no
coma_bug : yes
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu de tsc msr cx8 mtrr pge cmov mmx
bogomips : 233.47

7.3 Module info

Nothing(no modules loaded)

7.4 SCSI Info

No SCSI. (SCSIs specified as modules in config).

7.5 Other info

A thing struck me as weird in the bootup and that was a no-dependancies
file found for /lib/2.2.9 (or something like that)




Sincere admirer

Daniel
-----------
Death to those who say we're intolerant

Ps I'll try to give someone a hand with some of these projects when I get
up to speed.

#
# Automatically generated make config: don't edit
#

#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
CONFIG_M686=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
CONFIG_SMP=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
# CONFIG_PARPORT is not set
# CONFIG_APM is not set

#
# Plug and Play support
#
CONFIG_PNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_IDECD_SLOTS is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_AEC6210 is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDE_CHIPSETS is not set

#
# Additional Block Devices
#
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_XD is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_NETLINK is not set
# CONFIG_FIREWALL is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_ALIAS is not set
# CONFIG_SYN_COOKIES is not set

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y

#
#
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set

#
# SCSI support
#
CONFIG_SCSI=m

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set

#
# SCSI low-level drivers
#
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_G_NCR5380_PORT is not set
# CONFIG_SCSI_G_NCR5380_MEM is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_NCR53C8XX is not set
CONFIG_SCSI_SYM53C8XX=m
CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4
CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
CONFIG_SCSI_NCR53C8XX_SYNC=20
# CONFIG_SCSI_NCR53C8XX_PROFILE is not set
# CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set
# CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set

#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_EQUALIZER is not set
# CONFIG_NET_ETHERNET is not set
# CONFIG_FDDI is not set
# CONFIG_DLCI is not set
CONFIG_PPP=y

#
# CCP compressors for PPP are only built as modules.
#
# CONFIG_SLIP is not set
# CONFIG_NET_RADIO is not set
# CONFIG_TR is not set
# CONFIG_HOSTESS_SV11 is not set
# CONFIG_COSA is not set
# CONFIG_RCPCI is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=m
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
# CONFIG_MOUSE is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_WATCHDOG is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set

#
# Video For Linux
#
# CONFIG_VIDEO_DEV is not set

#
# Joystick support
#
# CONFIG_JOYSTICK is not set
# CONFIG_DTLK is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
# CONFIG_FT_NORMAL_DEBUG is not set
# CONFIG_FT_FULL_DEBUG is not set
# CONFIG_FT_NO_TRACE is not set
# CONFIG_FT_NO_TRACE_AT_ALL is not set
# CONFIG_FT_STD_FDC is not set
# CONFIG_FT_MACH2 is not set
# CONFIG_FT_PROBE_FC10 is not set
# CONFIG_FT_ALT_FDC is not set

#
# USB drivers - not for the faint of heart
#
# CONFIG_USB is not set

#
# Filesystems
#
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_UMSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_MINIX_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
CONFIG_DEVPTS_FS=y
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
# CONFIG_CODA_FS is not set
CONFIG_NFS_FS=m
CONFIG_SUNRPC=m
CONFIG_LOCKD=m
# CONFIG_SMB_FS is not set
# CONFIG_NCP_FS is not set

#
# Partition Types
#
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_SMD_DISKLABEL is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
CONFIG_NLS=y

#
# Native Language Support
#
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VIDEO_SELECT is not set

#
# Sound
#
# CONFIG_SOUND is not set

#
# Kernel hacking
#
CONFIG_MAGIC_SYSRQ=y
\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.049 / U:1.592 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site