Skip to content

Commit

Permalink
add docs and fix issue 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wusskk committed Mar 28, 2024
1 parent 0af8830 commit 3738550
Show file tree
Hide file tree
Showing 13 changed files with 1,819 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ mkfs
kernel/kernel
user/usys.S
.gdbinit
.vscode/*
.gdb_history
note.md
*.dtb
*.dts
*.dts
*.pcap
16 changes: 16 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// xv6-riscv/.vscode/c_cpp_properties.json
{
"configurations": [
{
"name": "Linux",
"includePath": ["${workspaceFolder}/**"],
"defines": [],
"compilerPath": "/usr/bin/riscv64-linux-gnu-gcc",
"cStandard": "gnu17",
"intelliSenseMode": "${default}",
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json"
// "configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}
Loading

0 comments on commit 3738550

Please sign in to comment.