Age | Commit message (Expand) | Author |
11 days | PROJECT RESTRUCTURING | Danny Holman |
2024-06-25 | kernel: interrupt: create a generic interrupt API | Danny Holman |
2024-06-24 | kernel: panic: generate a stack frame on panic | Danny Holman |
2024-05-29 | kernel: sched: implement the round-robin schedulerv0.06 | Danny Holman |
2024-05-27 | arch: i386: pmem: refactor the physical MM | Danny Holman |
2024-05-27 | libk: create a subset libc for kernel use | Danny Holman |
2024-03-28 | kernel: sched: add a flag that is set on init | Danny Holman |
2024-03-28 | kernel: add a basic thread scheduler | Danny Holman |
2024-03-28 | arch: i386: kernel: implement a kmalloc function | Danny Holman |
2024-03-28 | arch: i386: kernel: add mostly finished PFA and paging system | Danny Holman |
2024-02-24 | kernel: string: add a strcpy function | Danny Holman |
2024-02-24 | arch: i386: cleanup everything and reorganize | Danny Holman |
2024-02-16 | kernel: panic: add a variable that locks other CPUs | Danny Holman |
2024-02-16 | kernel: mem: kmalloc should not call page allocation | Danny Holman |
2024-02-16 | kernel: add a panic function | Danny Holman |
2024-02-16 | kernel: string: add more functions to string library | Danny Holman |
2024-02-16 | kernel: make kprintf print to a ring buffer | Danny Holman |
2023-11-26 | kernel: mem: add a simple kmalloc implementation | Danny Holman |
2021-08-30 | i386: create idt.c and isr.s | Danny Holman |
2021-07-24 | arch: i386: add GDT setup routines | Danny Holman |
2021-07-20 | io: prefix a 'k' to print functions | Danny Holman |
2021-01-20 | serial: add serial_writestring as a function | Danny Holman |
2021-01-20 | kernel: iterate over string with index | Danny Holman |
2021-01-20 | kernel: maintain const on strings | Danny Holman |
2021-01-20 | serial: don't declare serial_init as static | Danny Holman |
2021-01-20 | i386: add serial port support | Danny Holman |
2021-01-18 | kernel: finish implementing string functions | Danny Holman |
2021-01-17 | kernel: implement a basic printf function | Danny Holman |
2021-01-17 | kernel: add main initialization functions | Danny Holman |
2021-01-17 | kernel: add string.h implementations | Danny Holman |