Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test and valgrind targets to rules.mk | aqua | 2022-12-27 | 3 | -13/+12 |
| | |||||
* | Add sched/roundrobin tests | aqua | 2022-12-25 | 8 | -2/+296 |
| | |||||
* | Generate docs using doxygen instead of sphinx | aqua | 2022-12-11 | 14 | -167/+2780 |
| | |||||
* | Move symlink target to leaf makefiles | aqua | 2022-12-11 | 4 | -13/+18 |
| | |||||
* | Rewrite drivers/uart and drivers/vga in cpp | aqua | 2022-12-11 | 24 | -268/+330 |
| | |||||
* | Rename CCFLAGS to CFLAGS | aqua | 2022-12-04 | 7 | -12/+16 |
| | |||||
* | Remove custom include paths in makefiles | aqua | 2022-12-04 | 20 | -30/+46 |
| | | | | Add symlinks target to top-level makefile | ||||
* | Add FILE struct | aqua | 2022-11-08 | 13 | -141/+223 |
| | |||||
* | Add python-sphinx docs | aqua | 2022-11-08 | 20 | -43/+211 |
| | |||||
* | Capture ps2 mouse packets | aqua | 2022-11-07 | 8 | -21/+61 |
| | |||||
* | lib: migrate tests to gtest | aqua | 2022-11-06 | 7 | -66/+65 |
| | |||||
* | lib/malloc: add linked list implementation | aqua | 2022-11-06 | 12 | -1/+222 |
| | |||||
* | makefile: replace ,SRCS with .SRCS | aqua | 2022-11-05 | 5 | -12/+11 |
| | |||||
* | Add sha512sum checksum to grub | aqua | 2022-11-05 | 2 | -0/+6 |
| | |||||
* | i8042: fix broken self-test | aqua | 2022-11-03 | 9 | -51/+66 |
| | |||||
* | vga: fix text mode cursor | aqua | 2022-11-03 | 2 | -19/+19 |
| | | | | outb parameters are (value, port) and not (port, value) | ||||
* | fix compiler warnings | aqua | 2022-11-02 | 10 | -60/+63 |
| | |||||
* | makefile: make all target the default | aqua | 2022-11-02 | 2 | -34/+28 |
| | |||||
* | Add ps2_ctrl_8042 | aqua | 2022-11-02 | 15 | -67/+155 |
| | |||||
* | Enable interrupts after enabling the PIC | aqua | 2022-11-01 | 13 | -18/+51 |
| | |||||
* | Add uppercase scancodes | aqua | 2022-11-01 | 5 | -48/+183 |
| | | | | Make text mode screen scroll | ||||
* | makefile: add Makefile.config | aqua | 2022-11-01 | 10 | -15/+122 |
| | |||||
* | makefile: clean target shouldn't depend on OBJS | aqua | 2022-11-01 | 6 | -12/+8 |
| | |||||
* | add ps2_keyboard driver | aqua | 2022-10-31 | 15 | -50/+117 |
| | |||||
* | makefile: auto-generate OBJS from SRCS | aqua | 2022-10-30 | 6 | -39/+37 |
| | |||||
* | Remove meson.build files | aqua | 2022-10-29 | 13 | -152/+40 |
| | |||||
* | makefile: add src/kernel.a target | aqua | 2022-10-29 | 7 | -5/+59 |
| | |||||
* | makefile: add devices/devs.a target | aqua | 2022-10-29 | 2 | -1/+19 |
| | |||||
* | makefile: add i686/arch.a target | aqua | 2022-10-29 | 22 | -23/+60 |
| | |||||
* | makefile: add libk target | aqua | 2022-10-28 | 3 | -0/+44 |
| | |||||
* | Add LICENSE.md | aqua | 2022-08-12 | 4 | -0/+53 |
| | |||||
* | Add libk tests | aqua | 2022-08-12 | 3 | -1/+54 |
| | |||||
* | Enable coverage report | aqua | 2022-08-12 | 6 | -12/+34 |
| | |||||
* | Print version, compiler id and version, and cpuid on boot | aqua | 2022-08-12 | 3 | -1/+54 |
| | |||||
* | Remove duplicated linker.ld argument | aqua | 2022-08-12 | 4 | -3/+14 |
| | |||||
* | printf: add %d, %u and %x | aqua | 2022-08-12 | 6 | -8/+47 |
| | |||||
* | lidt | aqua | 2022-08-12 | 12 | -11/+171 |
| | |||||
* | Initial commit | aqua | 2022-08-12 | 37 | -0/+1478 |
x86 kernel that prints a hello world message to com1 |