mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
nova: enable iommu in kernel by default
This commit is contained in:
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user