aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-14 13:52:19 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-14 13:52:19 +0200
commiteacc1becd1308a01a7ffcddf7c8910c8dc708939 (patch)
tree37734261a71feef1e2ceb8816cb1ee630837eda9 /.devcontainer
parent2f4591dbb173d602368437e1dd8c788b0bedd4aa (diff)
downloadteachos-eacc1becd1308a01a7ffcddf7c8910c8dc708939.tar.xz
teachos-eacc1becd1308a01a7ffcddf7c8910c8dc708939.zip
acpi: begin test implementation
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/x86-64/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json
index 6bf1616..775da72 100644
--- a/.devcontainer/x86-64/devcontainer.json
+++ b/.devcontainer/x86-64/devcontainer.json
@@ -5,7 +5,7 @@
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/git-lfs:1": {},
"ghcr.io/devcontainers-extra/features/apt-packages:1": {
- "packages": "build-essential,clang-tidy,clangd,cmake,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,xorriso,gdb"
+ "packages": "acpica-tools,build-essential,clang-tidy,clangd,cmake,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,xorriso,gdb"
}
},
"customizations": {