Change project structure

This commit is contained in:
Mark
2020-02-04 12:45:15 +02:00
parent b60ae9eebd
commit d9595c7f62
380 changed files with 434 additions and 411 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
#pragma once
#include "sys/amd64/asm/asm_thread.h"
#include "sys/fs/vfs.h"
#if defined(ARCH_AMD64)
#include "arch/amd64/asm/asm_thread.h"
#endif
#include "fs/vfs.h"
#include "sys/mm.h"
#define THREAD_MAX_FDS 16