File handles

This commit is contained in:
Simon Lindholm
2022-07-04 00:40:12 +02:00
parent 84cb52fe70
commit 228bf4663e
4 changed files with 188 additions and 119 deletions

View File

@@ -1,4 +1,5 @@
#include "common.h"
#include "files.h"
#include <asm/ldt.h>
#include <filesystem>
#include <errno.h>
@@ -118,6 +119,8 @@ int main(int argc, char **argv) {
wibo::debugEnabled = true;
}
files::init();
// Create TIB
TIB tib;
tib.tib = &tib;