summaryrefslogtreecommitdiff
path: root/include/asm
AgeCommit message (Expand)Author
2018-08-06Defined ssize_t in unistd.h.Jake Mannens
2018-07-30Added a new subroutine invlpg() to asm.s which simply checks the currentJake Mannens
2018-07-28Added new function register_trap() which creates trap gate entries inJake Mannens
2018-07-14con_init() is now called during the kernel's boot sequence in kboot()Jake 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
2018-06-25Added the header asm/interrupt.h which includes a prototype for theJake Mannens
2018-06-16Initial commitJake Mannens