summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: add a basic thread schedulerDanny Holman2024-03-281-0/+1
* arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman2024-03-281-1/+0
* kernel: string: add a strcpy functionDanny Holman2024-02-241-0/+1
* README: update copyright lineDanny Holman2024-02-211-3/+3
* Makefile: add flags to qemu that activate the serial portDanny Holman2024-02-161-1/+1
* arch: i386: make: add source filesv0.05Danny Holman2023-11-261-5/+12
* Makefile: explicitly define CC variableDanny Holman2022-03-221-2/+4
* Makefile: add dry run and debug targetsDanny Holman2022-01-151-0/+6
* arch: i386: add support for 8259 PICDanny Holman2021-09-281-1/+1
* Makefile: clean up targetsDanny Holman2021-06-041-8/+11
* Makefile: include dependency filesDanny Holman2021-03-091-0/+2
* Makefile: fix wrong -I directive to compilerDanny Holman2021-03-091-2/+1
* x86: reorganize the i386 directoryDanny Holman2021-01-241-8/+11
* Initial commitDanny Holman2021-01-171-0/+72