EMBARK/kinclude
2021-08-21 15:29:41 +02:00
..
boot.S switched boot.S to use csr.h constants for csr addresses 2021-08-21 12:18:20 +02:00
csr.c kernel scheduling now working better with ecalls, not resetting the time slice 2021-08-19 15:30:07 +02:00
csr.h kernel scheduling now working better with ecalls, not resetting the time slice 2021-08-19 15:30:07 +02:00
ecall.c bundled all types into ktypes.h and added optionals 2021-08-21 12:17:04 +02:00
ecall.h bundled all types into ktypes.h and added optionals 2021-08-21 12:17:04 +02:00
io.c bundled all types into ktypes.h and added optionals 2021-08-21 12:17:04 +02:00
io.h added TextIO module for outputting text 2021-08-21 11:08:03 +02:00
ktypes.h sched.h: create_new_process - correct function to create a new process in an available spot 2021-08-21 15:29:41 +02:00
malloc.c bundled all types into ktypes.h and added optionals 2021-08-21 12:17:04 +02:00
malloc.h bundled all types into ktypes.h and added optionals 2021-08-21 12:17:04 +02:00
sched.c sched.h: create_new_process - correct function to create a new process in an available spot 2021-08-21 15:29:41 +02:00
sched.h sched.h: create_new_process - correct function to create a new process in an available spot 2021-08-21 15:29:41 +02:00