Add pci_device_drivers, IDE driver
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 1552d82..436339a 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -8,12 +8,12 @@
"${workspaceFolder}/include/kernel",
"${workspaceFolder}/src/kernel"
],
- "defines": [],
+ "defines": [
+ "TEST_PCI"
+ ],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
- // "cppStandard": "c++14",
"intelliSenseMode": "linux-gcc-x86",
- // "compileCommands": "${workspaceFolder}/compile_commands.json",
"compilerArgs": [
"-nostdinc -nostdlib -O2 -m32 -g"
]
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 36e5778..a79fd77 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,4 @@
{
- "restructuredtext.confPath": "${workspaceFolder}/doc"
+ "restructuredtext.confPath": "${workspaceFolder}/doc",
+ "restructuredtext.languageServer.disabled": true
}
\ No newline at end of file