EMBARK/kinclude
2021-08-22 18:37:52 +02:00
..
boot.S various imrpovements and implementations on the kernel 2021-08-21 21:18:03 +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 cleaned up ecall code, moved debug statements into a debug check, removed trailing spaces 2021-08-22 18:33:52 +02:00
ecall.h cleaned up ecall code, moved debug statements into a debug check, removed trailing spaces 2021-08-22 18:33:52 +02:00
io.c made itoa and dbgln empty macros if no textIO is available to remove overhead 2021-08-22 12:22:41 +02:00
io.h added a debugging constant to identify absence of textIO 2021-08-22 13:19:49 +02:00
ktypes.h cleaned up comments in ktypes header 2021-08-22 18:35:19 +02:00
malloc.c removed unused and unimplemented malloc definitions 2021-08-22 18:37:52 +02:00
malloc.h removed unused and unimplemented malloc definitions 2021-08-22 18:37:52 +02:00
sched.c adding comments to scheduling code 2021-08-22 12:02:11 +02:00
sched.h various imrpovements and implementations on the kernel 2021-08-21 21:18:03 +02:00