summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-12-23Corrected a bug in the hard-disk driver where calls to hd_read_block()Jake Mannens
2018-08-06Defined ssize_t in unistd.h.Jake Mannens
2018-07-14con_init() is now called during the kernel's boot sequence in kboot()Jake 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-24Re-structured the source tree and modified makefiles accordingly.Jake Mannens
2018-06-24Modified makefiles to use the more appropriate variable $(MAKE) whenJake Mannens
2018-06-16Initial commitJake Mannens