Flanterm integration? but page fault in flanterm_fb_double_buffer_flush
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user