Skip to content

Instantly share code, notes, and snippets.

View elongbug's full-sized avatar

Mun Gwan-gyeong elongbug

  • Intel
View GitHub Profile
@elongbug
elongbug / c_cpp_properties.json
Created August 28, 2020 18:33 — forked from NicholasSterling/c_cpp_properties.json
Visual Studio Code (vscode) configuration for working with kernel modules on Ubuntu 16.04
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/src/linux-headers-4.15.0-36/include/**",
"/usr/src/linux-headers-4.15.0-36/arch/x86/include/**",
"/usr/src/linux-headers-4.15.0-36-generic/include/**",
"/usr/src/linux-headers-4.15.0-36-generic/arch/x86/include/**"