This commit is contained in:
nub31
2025-09-06 22:07:17 +02:00
parent 45a9023bab
commit 4f55956fee
32 changed files with 89 additions and 83 deletions

View File

@@ -2,14 +2,12 @@
"version": 4,
"configurations": [
{
"name": "test",
"name": "kernel",
"defines": [
"DEBUG"
],
"includePath": [
"src/kernel",
"src/arch",
"src"
"src/lib"
],
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/x86_64-elf-gcc",

View File

@@ -31,6 +31,10 @@
"assert.h": "c",
"io.h": "c",
"mem.h": "c",
"string.h": "c"
"string.h": "c",
"kernel.h": "c",
"printf.h": "c",
"vmm.h": "c",
"console.h": "c"
}
}