summaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)Author
2018-08-01Defined EOF as -1 in stdio.h.Jake Mannens
2018-07-30Fixed a bug where the tick_handler() and sigret() functions did not passJake Mannens
2018-07-28Added new function register_trap() which creates trap gate entries inJake Mannens
2018-07-25Fixed a bug in switch_to() in which the value of EBX was not poppedJake Mannens
2018-07-11Implemented a basic scheduler using an array of task structures in whichJake Mannens
2018-07-08Added a printf() function to the library under stdio.c which uses theJake Mannens
2018-06-24Modified makefiles to use the more appropriate variable $(MAKE) whenJake Mannens