aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rename host and target tool namesaqua2023-02-211-3/+3
| | | | | - target tool prefix is ${ARCH}_ - host tool prefix is HOST_
* Generate dependency files for source codeaqua2023-02-122-2/+2
| | | | | | Use the compiler to generate dependency files for all C, C++ and .S assembly source code files. These are included in the makefiles where the files are used.
* Make shadowing variables an erroraqua2023-02-051-4/+4
|
* Remove makefile include targetsaqua2023-02-054-17/+13
|
* Add test and valgrind targets to rules.mkaqua2022-12-271-7/+2
|
* Add sched/roundrobin testsaqua2022-12-256-0/+286
|
* Move symlink target to leaf makefilesaqua2022-12-111-1/+10
|
* Rewrite drivers/uart and drivers/vga in cppaqua2022-12-112-11/+16
|
* Remove custom include paths in makefilesaqua2022-12-044-8/+4
| | | | Add symlinks target to top-level makefile
* Add FILE structaqua2022-11-081-4/+9
|
* Capture ps2 mouse packetsaqua2022-11-071-1/+1
|
* makefile: replace ,SRCS with .SRCSaqua2022-11-051-2/+2
|
* i8042: fix broken self-testaqua2022-11-031-3/+4
|
* fix compiler warningsaqua2022-11-021-1/+1
|
* makefile: make all target the defaultaqua2022-11-021-5/+5
|
* Add ps2_ctrl_8042aqua2022-11-021-0/+7
|
* Enable interrupts after enabling the PICaqua2022-11-011-3/+7
|
* Add uppercase scancodesaqua2022-11-011-19/+15
| | | | Make text mode screen scroll
* makefile: add Makefile.configaqua2022-11-011-1/+1
|
* makefile: clean target shouldn't depend on OBJSaqua2022-11-011-2/+0
|
* add ps2_keyboard driveraqua2022-10-313-40/+3
|
* makefile: auto-generate OBJS from SRCSaqua2022-10-301-9/+4
|
* Remove meson.build filesaqua2022-10-293-14/+6
|
* makefile: add src/kernel.a targetaqua2022-10-292-0/+23
|
* Add LICENSE.mdaqua2022-08-121-0/+6
|
* Print version, compiler id and version, and cpuid on bootaqua2022-08-121-0/+12
|
* printf: add %d, %u and %xaqua2022-08-122-1/+7
|
* lidtaqua2022-08-122-0/+42
|
* Initial commitaqua2022-08-127-0/+202
x86 kernel that prints a hello world message to com1