Project structure and standard library string and VGA and terminal drivers

This commit is contained in:
Ben
2019-04-24 23:40:10 +01:00
parent 24409c3a17
commit fa35441595
16 changed files with 68 additions and 40 deletions

3
lib/std/string.h Normal file
View File

@@ -0,0 +1,3 @@
#include <lib/stdint.h>
uint32_t strlen(char* str);