#include <routix/system.h>
#include <routix/segm.h>
#include <routix/paging.h>
#include <routix/kalloc.h>
#include <routix/task.h>
#include <routix/debug.h>
#include <routix/kstdio.h>
#include <error.h>
#include <routix/syscalls.h>
#include <sys/list.h>
#include <string.h>
#include <routix/signal.h>
Go to the source code of this file.
|
Definition at line 29 of file libk.c. Referenced by main(), and tarea_init(). |
|
|
|
Toma los scancodes del buffer de teclado y según el estado de las teclas especiales, los transforma en caracteres ascii los cuales coloca en el buffer "buff_consola" Definition at line 79 of file teclado.c. Referenced by scheduler(). |
|
Definition at line 121 of file sched.c. Referenced by scheduler(). |
|
Definition at line 34 of file sched.c. Referenced by kmain(). |
|
Definition at line 70 of file sched.c. Referenced by start_scheduler(). |
|
Puntero al task struct de la tarea que realizó la llamada al sistema.
|
|
Puntero al task struct del proceso init.
|
|
Definition at line 32 of file sched.c. Referenced by check_sigpending(), start_scheduler(), sys_exec(), and sys_execve(). |
|
Definition at line 29 of file sched.c. Referenced by despertar_task(), dormir_task(), inc_tareas_activas(), scheduler(), sleep_init(), and wakeup_init(). |
|
Definition at line 23 of file sched.c. Referenced by encontrar_proceso_por_pid(), insertar_tarea(), ps(), remover_task(), scheduler(), start_scheduler(), sys_proc_dump(), and tarea_init(). |