Karg  v0.2.0
The kernel of CargOS
config.h File Reference

Go to the source code of this file.

Macros

#define BOOT_ENTRY_BASE   0x80200000
 
#define BOOT_STACK_BASE   0x88000000
 
#define DRIVER_DEV_CAPACITY   8
 
#define INTR_ISR_CAPACITY   256
 
#define KHEAP_SIZE   0x800000
 
#define LOG_BUF_SIZE   4096
 
#define PROC_FD_CAPACITY   64
 
#define PROC_TABLE_SIZE   256
 
#define SCHED_TIMESLICE   10000000
 
#define TTY_BUF_SIZE   128
 
#define TTY_SINK_CAPACITY   4
 

Macro Definition Documentation

◆ 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

#define TTY_BUF_SIZE   128

◆ TTY_SINK_CAPACITY

#define TTY_SINK_CAPACITY   4