feature: a lot of stuff and got to a working command line ish

This commit is contained in:
2021-02-01 22:31:21 +01:00
parent 468d5968a9
commit 9986d95dbb
22 changed files with 1511 additions and 76 deletions

View File

@@ -10,12 +10,10 @@
int memcpy(char *dst, char *src, int amount);
int strcpy(char *dst, char *src);
int memset(char *dst, char data, int amount);
int itoa(int i, char *target);
int strlen(char *str);
int maxi(int a, int b);
#endif /* KERNEL_LIBC_LIBC_H_ */