Working on memory mapping

This commit is contained in:
Alex
2022-10-14 01:48:08 +03:00
parent 6cf44540fb
commit 5fbe75636b
17 changed files with 3970 additions and 2 deletions

View File

@@ -5,6 +5,9 @@
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"efi.h": "c"
}
}
}