[amd64] Add initrd loading support

This commit is contained in:
Mark
2019-09-24 18:15:17 +03:00
parent 131f6963ab
commit b0b7667ec3
5 changed files with 64 additions and 6 deletions
+1
View File
@@ -6,6 +6,7 @@
void *memset(void *blk, int v, size_t sz);
void *memcpy(void *dst, const void *src, size_t sz);
int strcmp(const char *a, const char *b);
int strncmp(const char *a, const char *b, size_t lim);
// Debug utils
void panic(const char *s);