aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move all tests next to the code they're testingHEADmasteraqua2023-03-051-2/+6
* Generate dependency files for source codeaqua2023-02-121-4/+2
* Split Makefileaqua2023-02-051-65/+50
* Add sched/roundrobin testsaqua2022-12-251-0/+5
* Generate docs using doxygen instead of sphinxaqua2022-12-111-1/+1
* Move symlink target to leaf makefilesaqua2022-12-111-12/+0
* Rewrite drivers/uart and drivers/vga in cppaqua2022-12-111-0/+2
* Rename CCFLAGS to CFLAGSaqua2022-12-041-1/+1
* Remove custom include paths in makefilesaqua2022-12-041-2/+17
* Add python-sphinx docsaqua2022-11-081-1/+4
* lib/malloc: add linked list implementationaqua2022-11-061-0/+1
* Add sha512sum checksum to grubaqua2022-11-051-0/+5
* i8042: fix broken self-testaqua2022-11-031-1/+4
* makefile: make all target the defaultaqua2022-11-021-29/+23
* Add ps2_ctrl_8042aqua2022-11-021-1/+1
* Enable interrupts after enabling the PICaqua2022-11-011-1/+2
* makefile: add Makefile.configaqua2022-11-011-3/+13
* makefile: clean target shouldn't depend on OBJSaqua2022-11-011-1/+5
* add ps2_keyboard driveraqua2022-10-311-0/+1
* makefile: auto-generate OBJS from SRCSaqua2022-10-301-7/+8
* Remove meson.build filesaqua2022-10-291-27/+24
* makefile: add src/kernel.a targetaqua2022-10-291-1/+23
* makefile: add devices/devs.a targetaqua2022-10-291-1/+4
* makefile: add i686/arch.a targetaqua2022-10-291-14/+12
* makefile: add libk targetaqua2022-10-281-0/+28