Flanterm integration? but page fault in flanterm_fb_double_buffer_flush

This commit is contained in:
2026-02-22 18:27:57 +01:00
parent 70f19ab299
commit 1f055ab31c
14 changed files with 4027 additions and 102 deletions

View File

@@ -22,7 +22,7 @@ void scheduler_init()
struct cpu_status_t* scheduler_schedule(struct cpu_status_t* context)
{
current_process->context = context;
current_process->status = READY;
//current_process->status = READY;
for (;;) {
struct process_t* prev_process = current_process;