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

Diff for /prex-old/conf/arm/config.arm-gba 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:21
Line 7 
Line 7 
 #  #
 CONFIG_HZ=100                   # Ticks/second of the clock  CONFIG_HZ=100                   # Ticks/second of the clock
 CONFIG_TIME_SLICE=100           # Context switch ratio (msec)  CONFIG_TIME_SLICE=100           # 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=128          # 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=8              # Blocks for buffer cache  CONFIG_BUF_CACHE=8              # Blocks for buffer cache
 CONFIG_FS_THREADS=1             # Number of file system threads  CONFIG_FS_THREADS=1             # Number of file system threads
Line 56 
Line 57 
 #  #
 # Kernel hacking  # Kernel hacking
 #  #
 CONFIG_KDUMP=n                  # 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=n             # Test under limited memory size  CONFIG_MIN_MEMORY=n             # 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