diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-14 13:52:19 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-14 13:52:19 +0200 |
| commit | eacc1becd1308a01a7ffcddf7c8910c8dc708939 (patch) | |
| tree | 37734261a71feef1e2ceb8816cb1ee630837eda9 /.devcontainer/x86-64 | |
| parent | 2f4591dbb173d602368437e1dd8c788b0bedd4aa (diff) | |
| download | teachos-eacc1becd1308a01a7ffcddf7c8910c8dc708939.tar.xz teachos-eacc1becd1308a01a7ffcddf7c8910c8dc708939.zip | |
acpi: begin test implementation
Diffstat (limited to '.devcontainer/x86-64')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 2 |
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": { |
