This website requires JavaScript.
Explore
Help
Sign In
anton
/
EMBARK
Watch
1
Star
0
Fork
0
You've already forked EMBARK
Code
Issues
Pull Requests
Releases
Wiki
Activity
828ea0c2e2
EMBARK
/
kinclude
History
Anton Lydike
828ea0c2e2
made itoa and dbgln empty macros if no textIO is available to remove overhead
2021-08-22 12:22:41 +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
cleaning up print statements and unusded variables
2021-08-22 11:12:34 +02:00
ecall.h
various imrpovements and implementations on the kernel
2021-08-21 21:18:03 +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
made itoa and dbgln empty macros if no textIO is available to remove overhead
2021-08-22 12:22:41 +02:00
ktypes.h
various imrpovements and implementations on the kernel
2021-08-21 21:18:03 +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
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