Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add GPL3 license | Aqua-sama | 2021-03-14 | 2 | -3/+694 |
| | |||||
* | Add conf and mconf source code | Aqua-sama | 2021-03-13 | 27 | -4/+11754 |
| | |||||
* | libk: add Result<T, E> class | Aqua-sama | 2021-03-12 | 6 | -2/+53 |
| | |||||
* | vmm: map multiboot structs | Aqua-sama | 2021-03-11 | 5 | -14/+99 |
| | |||||
* | Map kernel to 0xc000 rather than 0xc010 | Aqua-sama | 2021-03-11 | 2 | -58/+51 |
| | |||||
* | Add linker script to ld depends | Aqua-sama | 2021-03-11 | 6 | -15/+21 |
| | |||||
* | vmm: display segment map info | Aqua-sama | 2021-03-10 | 10 | -36/+85 |
| | |||||
* | Move elf and iso to builddir | Aqua-sama | 2021-03-09 | 2 | -31/+28 |
| | |||||
* | Map kernel to higher half | Aqua-sama | 2021-03-09 | 7 | -30/+113 |
| | |||||
* | Move multiboot header to its own section | Aqua-sama | 2021-03-07 | 4 | -40/+41 |
| | |||||
* | scheduler: fix task switching | Aqua-sama | 2021-03-06 | 3 | -14/+20 |
| | |||||
* | GDT: flush segment registers on lgdt | Aqua-sama | 2021-03-06 | 7 | -35/+62 |
| | |||||
* | libk: add int_t min max size constants | Aqua-sama | 2021-03-05 | 6 | -37/+75 |
| | |||||
* | add broken Scheduler | Aqua-sama | 2021-03-05 | 11 | -13/+102 |
| | |||||
* | Add makefile notes | Aqua-sama | 2021-03-04 | 1 | -0/+19 |
| | |||||
* | pass cpu_state_t to interrupt handler | Aqua-sama | 2021-03-04 | 9 | -119/+133 |
| | |||||
* | Add some comments to keyboard driver | Aqua-sama | 2021-03-03 | 5 | -13/+33 |
| | |||||
* | Add keyboard driver | Aqua-sama | 2021-02-28 | 11 | -14/+241 |
| | |||||
* | Fix interrupts causing exception 0xd | Aqua-sama | 2021-02-28 | 11 | -107/+198 |
| | |||||
* | Enable interrupts | Aqua-sama | 2021-02-22 | 8 | -36/+79 |
| | |||||
* | Kconfig | Aqua-sama | 2021-02-21 | 7 | -7/+113 |
| | |||||
* | Call global constructors | Aqua-sama | 2021-02-21 | 7 | -12/+30 |
| | |||||
* | Add IDT | Aqua-sama | 2021-02-16 | 8 | -2/+155 |
| | |||||
* | Add grub build instructions | Aqua-sama | 2021-02-14 | 4 | -5/+73 |
| | |||||
* | Fix makefile not rebuilding on changes in header files | Aqua-sama | 2021-02-13 | 1 | -4/+4 |
| | |||||
* | Add SerialPort self-test to constructor | Aqua-sama | 2021-02-12 | 4 | -19/+28 |
| | |||||
* | CGA: blank last line when scrolling up | Aqua-sama | 2021-02-12 | 1 | -0/+5 |
| | |||||
* | Add serial0 console output | Aqua-sama | 2021-02-12 | 8 | -24/+194 |
| | |||||
* | Add comments to explain CGA ports better | Aqua-sama | 2021-02-11 | 10 | -159/+194 |
| | |||||
* | Generate target dependency files | Aqua-sama | 2021-02-11 | 1 | -11/+4 |
| | |||||
* | Update VGA cursor position on printk | Aqua-sama | 2021-02-10 | 7 | -18/+107 |
| | |||||
* | Add some compiler warnings | Aqua-sama | 2021-02-09 | 12 | -38/+78 |
| | |||||
* | Add more comments to GDT code | Aqua-sama | 2021-02-09 | 5 | -28/+91 |
| | |||||
* | Loading GDT | Aqua-sama | 2021-02-07 | 5 | -4/+114 |
| | |||||
* | Rename kernel/ to src/ | Aqua-sama | 2021-02-07 | 9 | -25/+35 |
| | |||||
* | Rewrite makefile | Aqua-sama | 2021-02-07 | 13 | -60/+62 |
| | |||||
* | libk: add some tests | Aqua-sama | 2021-02-06 | 10 | -113/+127 |
| | | | | - merge types.h and type_traits.h | ||||
* | Add IntegerView | Aqua-sama | 2021-02-05 | 13 | -154/+221 |
| | |||||
* | Rewrite boot.s to use clang instead of nasm | Aqua-sama | 2021-02-03 | 5 | -115/+105 |
| | |||||
* | Update readme with required packages | Aqua-sama | 2021-02-03 | 4 | -16/+32 |
| | |||||
* | Print some multiboot2 information | Aqua-sama | 2021-02-02 | 13 | -77/+608 |
| | |||||
* | libk: add its own makefile | Aqua-sama | 2021-01-31 | 9 | -15/+37 |
| | |||||
* | Initial commit | Aqua-sama | 2021-01-31 | 14 | -0/+493 |