summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2020-03-07Makefile now correctly calls i386 QEMU instead of x86_64Jake Mannens
2020-02-23Switched the physical memory allocator to a bitmap table. Previously,Jake Mannens
2019-09-02Updated MakefileJake Mannens
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