cleanup arch api

This commit is contained in:
nub31
2025-09-06 01:27:13 +02:00
parent a3822dd350
commit 7b115e5b66
10 changed files with 115 additions and 43 deletions

14
.vscode/settings.json vendored
View File

@@ -3,6 +3,18 @@
"bitset": "c",
"algorithm": "c",
"format": "c",
"multiboot.h": "c"
"multiboot.h": "c",
"irq.h": "c",
"idt.h": "c",
"util.h": "c",
"deque": "c",
"forward_list": "c",
"list": "c",
"string": "c",
"unordered_map": "c",
"unordered_set": "c",
"vector": "c",
"any": "c",
"system_error": "c"
}
}