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

Diff for /prex-old/conf/i386/config.i386-pc 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=4096           # Physical/logical page size  CONFIG_PAGE_SIZE=4096           # 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=512          # Size of log buffer
 CONFIG_OPEN_MAX=16              # Max open files per process  CONFIG_OPEN_MAX=16              # Max open files per process
 CONFIG_BUF_CACHE=32             # Blocks for buffer cache  CONFIG_BUF_CACHE=32             # Blocks for buffer cache
 CONFIG_FS_THREADS=4             # Number of file system threads  CONFIG_FS_THREADS=4             # Number of file system threads
Line 31 
Line 32 
 #  #
 CONFIG_KEYBOARD=y               # Keyboard  CONFIG_KEYBOARD=y               # Keyboard
 CONFIG_CONSOLE=y                # Console  CONFIG_CONSOLE=y                # Console
 CONFIG_FDD=n                    # Floppy disk drive  CONFIG_FDD=y                    # Floppy disk drive
 CONFIG_MOUSE=n                  # Mouse  CONFIG_MOUSE=n                  # Mouse
 CONFIG_RTC=y                    # Real time clock  CONFIG_RTC=y                    # Real time clock
 CONFIG_RAMDISK=y                # RAM disk  CONFIG_RAMDISK=y                # RAM disk
 CONFIG_TTY=y                    # TTY driver  CONFIG_TTY=y                    # TTY driver
 CONFIG_PM=y                     # Power management  CONFIG_PM=y                     # Power management
 CONFIG_CPUFREQ=y                # CPU frequency control  CONFIG_CPUFREQ=y                # CPU frequency control
   CONFIG_NULL=y
   CONFIG_ZERO=y
   
 #  #
 # Power management  # Power management
Line 55 
Line 58 
 #  #
 # Kernel hacking  # Kernel hacking
 #  #
 CONFIG_KDUMP=y                  # Kernel dump  
 CONFIG_DMESG=y                  # 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 systems  # File systems
 #  #
   CONFIG_FIFOFS=y                 # 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
 CONFIG_FATFS=n                  # FAT file system  CONFIG_FATFS=y                  # FAT file system
   
 #  #
 # Executable file formats  # Executable file formats

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

CVSweb