makefile: move pdlibc to extlib, add C++ stub standard headers

It now kind of compiles with x86_64-elf gcc (does not link though)
This commit is contained in:
2021-11-04 20:15:58 +08:00
parent 964893b14a
commit 98f92a9958
48 changed files with 134 additions and 28 deletions

View File

@ -1,6 +1,6 @@
#include "fat.hpp"
#include <cstring>
#include <string.h>
namespace helos {
namespace filesystem {