aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-21 09:06:25 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-21 09:06:25 +0100
commitfcf0cd73b0978c2db3e719542cf81d7d2c0fe24e (patch)
tree134b41bf36ea6b207ebccf6b6924f50c6405dda9 /.vscode
parent96f1511dbe2e80223732bcbef8068c3d5a330cee (diff)
parentcceaf717405059e8b02132d7c33f9fe3b2645b56 (diff)
downloadteachos-fcf0cd73b0978c2db3e719542cf81d7d2c0fe24e.tar.xz
teachos-fcf0cd73b0978c2db3e719542cf81d7d2c0fe24e.zip
Merge branch 'fmorgner/develop-BA-FS26/gdt_idt' into develop-BA-FS26
This patchset enables the use of interrupts. Specifically, it simplifies debugging by printing the fault address in case of a page fault.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 321f765..1ab19f2 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -33,6 +33,7 @@
"crtp",
"efer",
"functors",
+ "idtr",
"initializable",
"interprocedural",
"invlpg",