summaryrefslogtreecommitdiff
path: root/kernel/asm.s
AgeCommit message (Expand)Author
2020-03-18Added decimal and octal conversion specifiers ('%d' and '%o') toJake Mannens
2018-07-30Added a new subroutine invlpg() to asm.s which simply checks the currentJake Mannens
2018-07-25Fixed a bug in switch_to() in which the value of EBX was not poppedJake Mannens
2018-07-13Added a state field to the task structure to hold the task's run state.Jake Mannens
2018-07-12Task state information is no longer manually saved on context switch.Jake Mannens
2018-07-11Modified the tick_handler interrupt routine in timer.s so that it noJake Mannens
2018-07-11Implemented a basic scheduler using an array of task structures in whichJake Mannens
2018-07-07Added '-g' flag for GCC to all makefiles to ensure debugging informationJake Mannens