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

5
lib/std/string.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "string.h"
uint32_t strlen(char* str) {
}