From: Kenn H. <ke...@us...> - 2001-01-29 01:09:27
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax In directory usw-pr-cvs1:/tmp/cvs-serv29867/arch/vax Modified Files: defconfig Log Message: Semaphores added. SYSV IPC and proc filesystem compile and sort-of-work. Init sequence now gets as far as tty init. EXTRAVERSION updated to -20010129 Index: defconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/defconfig,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- defconfig 2001/01/26 00:27:00 1.2 +++ defconfig 2001/01/29 01:09:18 1.3 @@ -12,9 +12,10 @@ # CONFIG_EXTRA_ELF_COMPILER is not set # CONFIG_SMP is not set CONFIG_NET=y -# CONFIG_SYSVIPC is not set +CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_SYSCTL is not set +CONFIG_PROC_FS=y # # Loadable module support @@ -65,7 +66,7 @@ # CONFIG_DUMMY is not set # CONFIG_SLIP is not set # CONFIG_PPP is not set -CONFIG_VAX_LANCE=y +# CONFIG_VAX_LANCE is not set # # File systems @@ -92,7 +93,7 @@ # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set # CONFIG_HPFS_FS is not set -# CONFIG_PROC_FS is not set +CONFIG_PROC_FS=y # CONFIG_DEVFS_FS is not set # CONFIG_DEVFS_MOUNT is not set # CONFIG_DEVFS_DEBUG is not set |