summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-27libk: create a subset libc for kernel useDanny Holman1-5/+12
2024-03-28kernel: add a basic thread schedulerDanny Holman1-0/+1
2024-03-28arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman1-1/+0
2024-02-24kernel: string: add a strcpy functionDanny Holman1-0/+1
2024-02-21README: update copyright lineDanny Holman1-3/+3
2024-02-16Makefile: add flags to qemu that activate the serial portDanny Holman1-1/+1
2023-11-26arch: i386: make: add source filesv0.05Danny Holman1-5/+12
2022-03-22Makefile: explicitly define CC variableDanny Holman1-2/+4
2022-01-15Makefile: add dry run and debug targetsDanny Holman1-0/+6
2021-09-28arch: i386: add support for 8259 PICDanny Holman1-1/+1
2021-06-04Makefile: clean up targetsDanny Holman1-8/+11
2021-03-09Makefile: include dependency filesDanny Holman1-0/+2
2021-03-09Makefile: fix wrong -I directive to compilerDanny Holman1-2/+1
2021-01-24x86: reorganize the i386 directoryDanny Holman1-8/+11