summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-31Modified the scheduler so that a HLT instruction is executed if noJake Mannens
2018-07-30Fixed a bug where the tick_handler() and sigret() functions did not passJake Mannens
2018-07-25Added missing prototype for puts() in stdio.h.Jake 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-07-07Added '-g' flag for GCC to all makefiles to ensure debugging informationJake Mannens