Karg
v0.2.0
The kernel of CargOS
config.h
Go to the documentation of this file.
1
#pragma once
2
3
#define BOOT_ENTRY_BASE 0x80200000
4
#define BOOT_STACK_BASE 0x88000000
5
#define DRIVER_DEV_CAPACITY 8
6
#define INTR_ISR_CAPACITY 256
7
#define KHEAP_SIZE 0x800000
8
#define LOG_BUF_SIZE 4096
9
#define PROC_FD_CAPACITY 64
10
#define PROC_TABLE_SIZE 256
11
#define SCHED_TIMESLICE 10000000
12
#define TTY_BUF_SIZE 128
13
#define TTY_SINK_CAPACITY 4
include
config.h
Generated by
1.9.1