Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: add string.h implementations | Danny Holman | 2021-01-17 | 1 | -0/+24 |
| | | | | | | Add implementations for functions declared in string.h. Signed-off-by: Danny Holman <dholman@gymli.xyz> | ||||
* | arch: i386: add support for x86 processors | Danny Holman | 2021-01-17 | 5 | -0/+142 |
| | | | | | | Add support for 32-bit x86 processors, i.e. the 80386 and above. Signed-off-by: Danny Holman <dholman@gymli.xyz> | ||||
* | include: create basic C library functions | Danny Holman | 2021-01-17 | 2 | -0/+23 |
| | | | | | | Create the basic C library functions for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.xyz> | ||||
* | Initial commit | Danny Holman | 2021-01-17 | 5 | -0/+439 |
Signed-off-by: Danny Holman <dholman@gymli.xyz> |