Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |