Thu Dec 15 16:06:18 2011 UTC ()
SYMTAB_SPACE.


(kiyohara)
diff -r1.61 -r1.62 src/sys/arch/algor/conf/P4032
diff -r1.62 -r1.63 src/sys/arch/algor/conf/P6032

cvs diff -r1.61 -r1.62 src/sys/arch/algor/conf/P4032 (expand / switch to unified diff)

--- src/sys/arch/algor/conf/P4032 2011/11/30 14:34:11 1.61
+++ src/sys/arch/algor/conf/P4032 2011/12/15 16:06:18 1.62
@@ -1,46 +1,46 @@ @@ -1,46 +1,46 @@
1# $NetBSD: P4032,v 1.61 2011/11/30 14:34:11 kiyohara Exp $ 1# $NetBSD: P4032,v 1.62 2011/12/15 16:06:18 kiyohara Exp $
2# 2#
3# Algorithmics P-4032 kernel. 3# Algorithmics P-4032 kernel.
4# 4#
5 5
6include "arch/algor/conf/std.algor" 6include "arch/algor/conf/std.algor"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10#ident "P4032-$Revision: 1.61 $" 10#ident "P4032-$Revision: 1.62 $"
11 11
12maxusers 32 12maxusers 32
13 13
14# Platform Support 14# Platform Support
15options ALGOR_P4032 # Algorithmics P-4032 15options ALGOR_P4032 # Algorithmics P-4032
16#options ALGOR_P5064 # Algorithmics P-5064 16#options ALGOR_P5064 # Algorithmics P-5064
17#options ALGOR_P6032 # Algorithmics P-6032 17#options ALGOR_P6032 # Algorithmics P-6032
18 18
19# Set these to the appropriate values, in case you have a buggy PMON 19# Set these to the appropriate values, in case you have a buggy PMON
20# that doesn't provide environment variables properly. 20# that doesn't provide environment variables properly.
21#options MEMSIZE=48 # memory size, in MB 21#options MEMSIZE=48 # memory size, in MB
22#options ETHADDR="\"00:40:bc:03:00:6c\"" 22#options ETHADDR="\"00:40:bc:03:00:6c\""
23 23
24# Standard system options 24# Standard system options
25options KTRACE # System call tracing support 25options KTRACE # System call tracing support
26options NTP # kernel PLL for NTP 26options NTP # kernel PLL for NTP
27 27
28# Diagnostic/debugging support options 28# Diagnostic/debugging support options
29options DIAGNOSTIC # Cheap kernel consistency checks 29options DIAGNOSTIC # Cheap kernel consistency checks
30options DDB # kernel debugger 30options DDB # kernel debugger
31makeoptions DEBUG="-g" 31makeoptions DEBUG="-g"
32#makeoptions DEBUGLIST="pattern1 pattern2 ..." 32#makeoptions DEBUGLIST="pattern1 pattern2 ..."
33options SYMTAB_SPACE=405000 33options SYMTAB_SPACE=425000
34 34
35# File systems 35# File systems
36file-system FFS # Fast file system 36file-system FFS # Fast file system
37file-system MFS # Memory-based file system 37file-system MFS # Memory-based file system
38file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 38file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
39file-system MSDOSFS # MS-DOS-compatible file system 39file-system MSDOSFS # MS-DOS-compatible file system
40file-system NTFS # Windows/NT file system (experimental) 40file-system NTFS # Windows/NT file system (experimental)
41file-system NFS # Sun NFS-compatible file system client 41file-system NFS # Sun NFS-compatible file system client
42file-system KERNFS # Kernel variable file system (/kern) 42file-system KERNFS # Kernel variable file system (/kern)
43file-system PROCFS # Process file system (/proc) 43file-system PROCFS # Process file system (/proc)
44file-system FDESC # /dev/fd file system 44file-system FDESC # /dev/fd file system
45file-system PTYFS # /dev/pts/N support 45file-system PTYFS # /dev/pts/N support
46 46

cvs diff -r1.62 -r1.63 src/sys/arch/algor/conf/P6032 (expand / switch to unified diff)

--- src/sys/arch/algor/conf/P6032 2011/12/01 14:18:02 1.62
+++ src/sys/arch/algor/conf/P6032 2011/12/15 16:06:18 1.63
@@ -1,41 +1,41 @@ @@ -1,41 +1,41 @@
1# $NetBSD: P6032,v 1.62 2011/12/01 14:18:02 kiyohara Exp $ 1# $NetBSD: P6032,v 1.63 2011/12/15 16:06:18 kiyohara Exp $
2# 2#
3# Algorithmics P-6032 kernel. 3# Algorithmics P-6032 kernel.
4# 4#
5 5
6include "arch/algor/conf/std.algor" 6include "arch/algor/conf/std.algor"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10#ident "P6032-$Revision: 1.62 $" 10#ident "P6032-$Revision: 1.63 $"
11 11
12maxusers 32 12maxusers 32
13 13
14# Platform Support 14# Platform Support
15#options ALGOR_P4032 # Algorithmics P-4032 15#options ALGOR_P4032 # Algorithmics P-4032
16#options ALGOR_P5064 # Algorithmics P-5064 16#options ALGOR_P5064 # Algorithmics P-5064
17options ALGOR_P6032 # Algorithmics P-6032 17options ALGOR_P6032 # Algorithmics P-6032
18 18
19# Standard system options 19# Standard system options
20options KTRACE # System call tracing support 20options KTRACE # System call tracing support
21options NTP # kernel PLL for NTP 21options NTP # kernel PLL for NTP
22 22
23# Diagnostic/debugging support options 23# Diagnostic/debugging support options
24options DIAGNOSTIC # Cheap kernel consistency checks 24options DIAGNOSTIC # Cheap kernel consistency checks
25options DDB # kernel debugger 25options DDB # kernel debugger
26makeoptions DEBUG="-g" 26makeoptions DEBUG="-g"
27#makeoptions DEBUGLIST="pattern1 pattern2 ..." 27#makeoptions DEBUGLIST="pattern1 pattern2 ..."
28options SYMTAB_SPACE=425000 28options SYMTAB_SPACE=450000
29 29
30# File systems 30# File systems
31file-system FFS # Fast file system 31file-system FFS # Fast file system
32file-system MFS # Memory-based file system 32file-system MFS # Memory-based file system
33file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 33file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
34file-system MSDOSFS # MS-DOS-compatible file system 34file-system MSDOSFS # MS-DOS-compatible file system
35file-system NTFS # Windows/NT file system (experimental) 35file-system NTFS # Windows/NT file system (experimental)
36file-system NFS # Sun NFS-compatible file system client 36file-system NFS # Sun NFS-compatible file system client
37file-system KERNFS # Kernel variable file system (/kern) 37file-system KERNFS # Kernel variable file system (/kern)
38file-system PROCFS # Process file system (/proc) 38file-system PROCFS # Process file system (/proc)
39file-system FDESC # /dev/fd file system 39file-system FDESC # /dev/fd file system
40file-system PTYFS # /dev/pts/N support 40file-system PTYFS # /dev/pts/N support
41 41