diff --git a/.gitignore b/.gitignore index be4dcf7b..c3e3401a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ tools/* !tools/*.c !tools/*.cpp !tools/*.cfg +!tools/SSDT1.dat doxygen-doc initrd.tar .dccache diff --git a/Fennix.code-workspace b/Fennix.code-workspace index f186f8ab..51773966 100644 --- a/Fennix.code-workspace +++ b/Fennix.code-workspace @@ -8,7 +8,28 @@ "debug.allowBreakpointsEverywhere": true, "files.associations": { "*.su": "tsv", - "ostream": "cpp" + "thread": "cpp", + "bitset": "cpp", + "initializer_list": "cpp", + "semaphore": "cpp", + "memory": "cpp", + "limits": "cpp", + "climits": "cpp", + "iterator": "cpp", + "ranges": "cpp", + "cassert": "cpp", + "concepts": "cpp", + "cctype": "cpp", + "tuple": "cpp", + "streambuf": "cpp", + "system_error": "cpp", + "coroutine": "cpp", + "static_vector": "cpp", + "string_view": "cpp", + "compare": "cpp", + "ostream": "cpp", + "unordered_map": "cpp", + "vector": "cpp" } } } \ No newline at end of file diff --git a/tools/SSDT1.dat b/tools/SSDT1.dat new file mode 100644 index 00000000..49334e7b Binary files /dev/null and b/tools/SSDT1.dat differ