Go to the source code of this file.
◆ BOOT_ENTRY_BASE
| #define BOOT_ENTRY_BASE 0x80200000 |
◆ BOOT_STACK_BASE
| #define BOOT_STACK_BASE 0x88000000 |
◆ DRIVER_DEV_CAPACITY
| #define DRIVER_DEV_CAPACITY 8 |
◆ INTR_ISR_CAPACITY
| #define INTR_ISR_CAPACITY 256 |
◆ KHEAP_SIZE
| #define KHEAP_SIZE 0x800000 |
◆ LOG_BUF_SIZE
| #define LOG_BUF_SIZE 4096 |
◆ PROC_FD_CAPACITY
| #define PROC_FD_CAPACITY 64 |
◆ PROC_TABLE_SIZE
| #define PROC_TABLE_SIZE 256 |
◆ SCHED_TIMESLICE
| #define SCHED_TIMESLICE 10000000 |
◆ TTY_BUF_SIZE
◆ TTY_SINK_CAPACITY
| #define TTY_SINK_CAPACITY 4 |