first commit

This commit is contained in:
Samuel Tulach
2020-04-13 21:27:15 +02:00
commit f3f069cb22
6 changed files with 354 additions and 0 deletions

19
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/efi",
"/usr/include/efi/x86_64",
"/usr/include/efi/protocol"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}