summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-06-21Makefile: decrease test memory to 1GBDanny Holman
2024-05-27drivers: create a subdir just for driver codeDanny Holman
2024-05-27libk: create a subset libc for kernel useDanny Holman
2024-03-28kernel: add a basic thread schedulerDanny Holman
2024-03-28arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman
2024-02-24kernel: string: add a strcpy functionDanny Holman
2024-02-21README: update copyright lineDanny Holman
2024-02-16Makefile: add flags to qemu that activate the serial portDanny Holman
2023-11-26arch: i386: make: add source filesDanny Holman
2022-03-22Makefile: explicitly define CC variableDanny Holman
2022-01-15Makefile: add dry run and debug targetsDanny Holman
2021-09-28arch: i386: add support for 8259 PICDanny Holman
2021-06-04Makefile: clean up targetsDanny Holman
2021-03-09Makefile: include dependency filesDanny Holman
2021-03-09Makefile: fix wrong -I directive to compilerDanny Holman
2021-01-24x86: reorganize the i386 directoryDanny Holman
2021-01-17Initial commitDanny Holman