Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: mem: add a simple kmalloc implementation | Danny Holman | 2023-11-26 | 1 | -0/+23 |
* | i386: create idt.c and isr.s | Danny Holman | 2021-08-30 | 1 | -1/+1 |
* | arch: i386: add GDT setup routines | Danny Holman | 2021-07-24 | 1 | -1/+1 |
* | io: prefix a 'k' to print functions | Danny Holman | 2021-07-20 | 2 | -6/+4 |
* | serial: add serial_writestring as a function | Danny Holman | 2021-01-20 | 1 | -0/+1 |
* | kernel: iterate over string with index | Danny Holman | 2021-01-20 | 1 | -6/+6 |
* | kernel: maintain const on strings | Danny Holman | 2021-01-20 | 1 | -2/+2 |
* | serial: don't declare serial_init as static | Danny Holman | 2021-01-20 | 1 | -0/+1 |
* | i386: add serial port support | Danny Holman | 2021-01-20 | 1 | -1/+2 |
* | kernel: finish implementing string functions | Danny Holman | 2021-01-18 | 1 | -4/+38 |
* | kernel: implement a basic printf function | Danny Holman | 2021-01-17 | 1 | -0/+72 |
* | kernel: add main initialization functions | Danny Holman | 2021-01-17 | 1 | -0/+7 |
* | kernel: add string.h implementations | Danny Holman | 2021-01-17 | 1 | -0/+24 |