Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | serial: add serial_writestring as a function | Danny Holman | 2021-01-20 | 1 | -0/+1 |
* | serial: don't declare serial_init as static | Danny Holman | 2021-01-20 | 1 | -1/+1 |
* | i386: add serial port support | Danny Holman | 2021-01-20 | 1 | -0/+8 |
* | include: append "_H" to include guards | Danny Holman | 2021-01-20 | 1 | -2/+2 |
* | include: remove an include to the tty layer in io | Danny Holman | 2021-01-17 | 1 | -1/+0 |
* | kernel: implement a basic printf function | Danny Holman | 2021-01-17 | 1 | -0/+10 |
* | include: create basic C library functions | Danny Holman | 2021-01-17 | 2 | -0/+23 |