Flanterm can write to fb but page fault before process creation. (BEFORE KHEAP UPDATE)

This commit is contained in:
2026-03-04 12:21:20 +01:00
parent 9df33b49d8
commit a7d9e70a61
10 changed files with 33 additions and 49 deletions

View File

@@ -30,7 +30,7 @@
#define KERNEL_STACK_SIZE 65536
/* heap */
#define KHEAP_SIZE (16*1024*1024)
#define KHEAP_SIZE (32*1024*1024)
/* term */
#define TERM_HISTORY_MAX_LINES 256