mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
nova: enable iommu in kernel by default
This commit is contained in:
committed by
Norman Feske
parent
5f90b93f80
commit
b35484b8b0
@@ -72,7 +72,7 @@ proc build_boot_image {binaries} {
|
||||
puts $fh "timeout 0"
|
||||
puts $fh "default 0"
|
||||
puts $fh "\ntitle Genode on NOVA"
|
||||
puts $fh " kernel /hypervisor serial"
|
||||
puts $fh " kernel /hypervisor iommu serial"
|
||||
puts $fh " module /genode/core"
|
||||
puts $fh " module /genode/config"
|
||||
foreach binary $binaries {
|
||||
@@ -87,7 +87,7 @@ proc build_boot_image {binaries} {
|
||||
#
|
||||
set fh [open "[run_dir]/config-52-54-00-12-34-56" "WRONLY CREAT TRUNC"]
|
||||
puts $fh " exec /boot/bender"
|
||||
puts $fh " load /hypervisor serial"
|
||||
puts $fh " load /hypervisor iommu serial"
|
||||
puts $fh " load /genode/core"
|
||||
puts $fh " load /genode/config"
|
||||
foreach binary $binaries {
|
||||
|
||||
Reference in New Issue
Block a user