mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
oss: adjust run script to run with new pci drv
This commit is contained in:
parent
7e7fa81c8f
commit
ffeb4f5816
@ -17,6 +17,8 @@ set build_components {
|
||||
test/audio_out
|
||||
}
|
||||
|
||||
lappend_if [have_spec pci] build_components drivers/pci/device_pd
|
||||
|
||||
build $build_components
|
||||
|
||||
create_boot_directory
|
||||
@ -44,7 +46,7 @@ append config {
|
||||
<any-service> <parent/> <any-child/> </any-service>
|
||||
</default-route>
|
||||
<start name="acpi">
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
<binary name="acpi_drv"/>
|
||||
<provides>
|
||||
<service name="PCI"/>
|
||||
@ -91,6 +93,8 @@ install_config $config
|
||||
set boot_modules {
|
||||
core init timer pci_drv oss_drv acpi_drv sample.raw test-audio_out }
|
||||
|
||||
lappend_if [have_spec nova] boot_modules pci_device_pd
|
||||
|
||||
build_boot_image $boot_modules
|
||||
|
||||
append qemu_args " -m 256 -soundhw ac97 -nographic"
|
||||
|
Loading…
Reference in New Issue
Block a user