Changeset 279 for trunk/kernel_config.h


Ignore:
Timestamp:
Jul 27, 2017, 12:23:29 AM (7 years ago)
Author:
alain
Message:

1) Introduce independant command fields for the various devices in the thread descriptor.
2) Introduce a new dev_pic_enable_ipi() function in the generic PIC device
3) Fix two bugs identified by Maxime in the scheduler initialisation, and in the sched_select().
4) fix several bugs in the TSAR hal_kentry.S.
5) Introduce a third kgiet segment (besides kdata and kcode) in the TSAR bootloader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel_config.h

    r266 r279  
    3636#define CONFIG_CONTEXT_DEBUG          0
    3737#define CONFIG_CORE_DEBUG             0
    38 #define CONFIG_DEVFS_DEBUG            0
     38#define CONFIG_DEVFS_DEBUG            1
    3939#define CONFIG_DMA_DEBUG              0
    4040#define CONFIG_DQDT_DEBUG             0
    41 #define CONFIG_ELF_DEBUG              1
    42 #define CONFIG_EXEC_DEBUG             1
     41#define CONFIG_ELF_DEBUG              0
     42#define CONFIG_EXEC_DEBUG             0
    4343#define CONFIG_FATFS_DEBUG            1
    4444#define CONFIG_FBF_DEBUG              0
    4545#define CONFIG_FORK_DEBUG             0
    4646#define CONFIG_IDLE_DEBUG             0
    47 #define CONFIG_IOC_DEBUG              0
    48 #define CONFIG_IRQ_DEBUG              0
     47#define CONFIG_IOC_DEBUG              1
     48#define CONFIG_IRQ_DEBUG              1
    4949#define CONFIG_KCM_DEBUG              0
    5050#define CONFIG_KHM_DEBUG              0
     
    5252#define CONFIG_KMEM_DEBUG             0
    5353#define CONFIG_MMC_DEBUG              0
    54 #define CONFIG_MAPPER_DEBUG           1
     54#define CONFIG_MAPPER_DEBUG           0
    5555#define CONFIG_NIC_DEBUG              0
    5656#define CONFIG_PIC_DEBUG              0
    5757#define CONFIG_PPM_DEBUG              0
    58 #define CONFIG_PROCESS_DEBUG          1
    59 #define CONFIG_RPC_DEBUG              0
     58#define CONFIG_PROCESS_DEBUG          0
     59#define CONFIG_RPC_DEBUG              1
    6060#define CONFIG_SCHED_DEBUG            0
    6161#define CONFIG_SIGNAL_DEBUG           0
     
    6464#define CONFIG_TXT_DEBUG              0
    6565#define CONFIG_VFS_DEBUG              1
    66 #define CONFIG_VMM_DEBUG              1
     66#define CONFIG_VMM_DEBUG              0
    6767
    6868////////////////////////////////////////////////////////////////////////////////////////////
     
    216216#define CONFIG_VMM_VSPACE_SIZE        0x100000     // virtual space           : 4   Gbytes
    217217
     218#define CONFIG_VMM_KENTRY_BASE        0x000004     // KENTRY zone base        : 16  Kbytes
    218219#define CONFIG_VMM_ELF_BASE           0x000400     // ELF zone base           : 4   Mbytes
    219220#define CONFIG_VMM_HEAP_BASE          0x000800     // HEAP zone base          : 8   Mbytes
Note: See TracChangeset for help on using the changeset viewer.