Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | serial: don't declare serial_init as static | Danny Holman | 2021-01-20 | 3 | -2/+3 | |
* | i386: add serial port support | Danny Holman | 2021-01-20 | 5 | -1/+67 | |
* | include: append "_H" to include guards | Danny Holman | 2021-01-20 | 1 | -2/+2 | |
* | kernel: finish implementing string functions | Danny Holman | 2021-01-18 | 1 | -4/+38 | |
* | 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 | 2 | -0/+82 | |
* | 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 | |
* | arch: i386: add support for x86 processors | Danny Holman | 2021-01-17 | 5 | -0/+142 | |
* | include: create basic C library functions | Danny Holman | 2021-01-17 | 2 | -0/+23 | |
* | Initial commit | Danny Holman | 2021-01-17 | 5 | -0/+439 |