Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Sep 30, 2018
1 parent 15f0e66 commit a70d190
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Visual Studio Code project for Linux kernel sources
---------------------------------------------------

Ensure the kernel is built (at least, all *.cmd files should be generated):

$ make

Clone this repository as ".vscode":

$ git clone git@github.com:amezin/vscode-linux-kernel.git .vscode

Generate compile_commands.json:

$ python .vscode/generate_compdb.py

Open the project:

$ code .

0 comments on commit a70d190

Please sign in to comment.