[BACK]Return to config.i386-nommu CVS log [TXT][DIR] Up to [local] / prex-old / conf / i386

Diff for /prex-old/conf/i386/config.i386-nommu between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:41 version 1.1.1.1.2.1, 2008/08/13 17:12:22
Line 7 
Line 7 
 #  #
 CONFIG_HZ=1000                  # Ticks/second of the clock  CONFIG_HZ=1000                  # Ticks/second of the clock
 CONFIG_TIME_SLICE=50            # Context switch ratio (msec)  CONFIG_TIME_SLICE=50            # Context switch ratio (msec)
 CONFIG_PAGE_SIZE=1024           # Physical/logical page size  CONFIG_PAGE_SIZE=1024           # Page size (physical or logical)
 CONFIG_KSTACK_SIZE=768          # Kernel stack size  CONFIG_KSTACK_SIZE=768          # Kernel stack size
 CONFIG_USTACK_SIZE=4096         # User stack size  CONFIG_USTACK_SIZE=4096         # User stack size
 CONFIG_USER_PRIO=200            # Default priority for user threads  CONFIG_USER_PRIO=200            # Default priority for user threads
   CONFIG_LOGBUF_SIZE=1024         # Size of log buffer
 CONFIG_OPEN_MAX=8               # Max open files per process  CONFIG_OPEN_MAX=8               # Max open files per process
 CONFIG_BUF_CACHE=16             # Blocks for buffer cache  CONFIG_BUF_CACHE=16             # Blocks for buffer cache
 CONFIG_FS_THREADS=1             # Number of file system threads  CONFIG_FS_THREADS=1             # Number of file system threads
Line 55 
Line 56 
 #  #
 # Kernel hacking  # Kernel hacking
 #  #
 CONFIG_KDUMP=y                  # Kernel dump  
 CONFIG_DMESG=n                  # Enable ring buffer for diagnostic message  
 CONFIG_GDB=n                    # GDB stub  CONFIG_GDB=n                    # GDB stub
 CONFIG_VMTRACE=n                # Trace virtual memory allocation  
 CONFIG_MIN_MEMORY=y             # Test under limited memory size  CONFIG_MIN_MEMORY=y             # Test under limited memory size
   
 #  #
 # File system  # File system
 #  #
   CONFIG_FIFOFS=n                 # FIFO
 CONFIG_DEVFS=y                  # Device file system  CONFIG_DEVFS=y                  # Device file system
 CONFIG_RAMFS=y                  # RAM file system  CONFIG_RAMFS=y                  # RAM file system
 CONFIG_ARFS=y                   # Archive file system  CONFIG_ARFS=y                   # Archive file system

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb