loading initrd now...
This commit is contained in:
@@ -10,6 +10,7 @@ void memset(const uint8_t* dst, uint8_t val, size_t sz);
|
||||
int strcmp(const char *s1, const char *s2);
|
||||
int strncmp(const char *s1, const char *s2, size_t n);
|
||||
int strlen(const char* str);
|
||||
char* strcpy(char* dest, const char* src);
|
||||
|
||||
void kgrow(size_t pages);
|
||||
void* kalloc(size_t sz);
|
||||
|
||||
Reference in New Issue
Block a user