Skip to content

Commit da12b03

Browse files
Do not build x86-64 with IOMMU support
Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
1 parent 6ffe4b4 commit da12b03

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build_sdk.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
DEFAULT_KERNEL_OPTIONS_X86_64 = {
6060
"KernelPlatform": "pc99",
6161
"KernelX86MicroArch": "generic",
62+
# See https://github.com/seL4/microkit/issues/418 for details.
63+
"KernelIOMMU": False,
6264
} | DEFAULT_KERNEL_OPTIONS
6365

6466

0 commit comments

Comments
 (0)