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