Changeset 418 for trunk/kernel_config.h


Ignore:
Timestamp:
Jan 8, 2018, 2:25:39 PM (6 years ago)
Author:
alain
Message:

Fix a bug in hal_kentry.S : the "uzone" pointer in the thread descriptor
must not be modified in case of interrupt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel_config.h

    r416 r418  
    4545#define CONFIG_DQDT_DEBUG             0
    4646#define CONFIG_ELF_DEBUG              0
    47 #define CONFIG_EXEC_DEBUG             2
     47#define CONFIG_EXEC_DEBUG             0
    4848#define CONFIG_EXCP_DEBUG             0
    4949#define CONFIG_FATFS_DEBUG            0
    5050#define CONFIG_FBF_DEBUG              0
    51 #define CONFIG_FORK_DEBUG             2
     51#define CONFIG_FORK_DEBUG             0
    5252#define CONFIG_GPT_DEBUG              0
    5353#define CONFIG_GRPC_DEBUG             0
     
    5858#define CONFIG_KENTRY_DEBUG           0
    5959#define CONFIG_KHM_DEBUG              0
    60 #define CONFIG_KILL_DEBUG             2
     60#define CONFIG_KILL_DEBUG             0
    6161#define CONFIG_KINIT_DEBUG            0
    6262#define CONFIG_KMEM_DEBUG             0
     
    161161////////////////////////////////////////////////////////////////////////////////////////////
    162162
    163 #define CONFIG_SCHED_TICK_MS_PERIOD         3000    // number of milliseconds
     163#define CONFIG_SCHED_TICK_MS_PERIOD         1000    // number of milliseconds
    164164#define CONFIG_SCHED_TICKS_PER_QUANTUM      1       // number of ticks between scheduling
    165165#define CONFIG_SCHED_MAX_THREADS_NR         32      // max number of threads per core
Note: See TracChangeset for help on using the changeset viewer.