| Age | Commit message (Expand) | Author |
|---|---|---|
| 2018-07-13 | Added a state field to the task structure to hold the task's run state. | Jake Mannens |
| 2018-07-12 | Task state information is no longer manually saved on context switch. | Jake Mannens |
| 2018-07-11 | Implemented a basic scheduler using an array of task structures in which | Jake Mannens |
| 2018-07-08 | Moved the 'ticks' variable from kmain.c to timer.s. | Jake Mannens |
| 2018-07-08 | Added a printf() function to the library under stdio.c which uses the | Jake Mannens |
| 2018-07-07 | Added '-g' flag for GCC to all makefiles to ensure debugging information | Jake Mannens |
| 2018-06-25 | Added the header asm/interrupt.h which includes a prototype for the | Jake Mannens |
| 2018-06-24 | Modified makefiles to use the more appropriate variable $(MAKE) when | Jake Mannens |
| 2018-06-19 | Added foundation code to initialize the PIT and create a 10ms jiffies | Jake Mannens |
| 2018-06-17 | Cleaned up console I/O functions in con.c and con.h respectively. | Jake Mannens |
| 2018-06-16 | Initial commit | Jake Mannens |
