|
|
|
@ -139,9 +139,8 @@ append_if [have_spec pci] config {
|
|
|
|
|
<provides><service name="PCI"/></provides>
|
|
|
|
|
</start>}
|
|
|
|
|
|
|
|
|
|
append_if [have_spec vesa] config {
|
|
|
|
|
append_if [have_spec framebuffer] config {
|
|
|
|
|
<start name="fb_drv">
|
|
|
|
|
<binary name="vesa_drv"/>
|
|
|
|
|
<resource name="RAM" quantum="4M"/>
|
|
|
|
|
<provides><service name="Framebuffer"/></provides>
|
|
|
|
|
<config width="1024" height="768" depth="16" buffered="yes" />
|
|
|
|
@ -159,13 +158,6 @@ append_if [have_spec pl180] config {
|
|
|
|
|
<provides><service name="Block"/></provides>
|
|
|
|
|
</start> }
|
|
|
|
|
|
|
|
|
|
append_if [have_spec pl11x] config {
|
|
|
|
|
<start name="fb_drv">
|
|
|
|
|
<binary name="pl11x_drv"/>
|
|
|
|
|
<resource name="RAM" quantum="2M"/>
|
|
|
|
|
<provides><service name="Framebuffer"/></provides>
|
|
|
|
|
</start> }
|
|
|
|
|
|
|
|
|
|
append_if [have_spec ps2] config {
|
|
|
|
|
<start name="input_drv">
|
|
|
|
|
<binary name="ps2_drv"/>
|
|
|
|
@ -208,14 +200,13 @@ set boot_modules {
|
|
|
|
|
root-ginger.gz
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
lappend_if [have_spec x86] boot_modules nic_drv
|
|
|
|
|
lappend_if [have_spec x86] boot_modules atapi_drv
|
|
|
|
|
lappend_if [have_spec pci] boot_modules pci_drv
|
|
|
|
|
lappend_if [have_spec ps2] boot_modules ps2_drv
|
|
|
|
|
lappend_if [have_spec pl11x] boot_modules pl11x_drv
|
|
|
|
|
lappend_if [have_spec lan9118] boot_modules nic_drv
|
|
|
|
|
lappend_if [have_spec pl180] boot_modules sd_card_drv
|
|
|
|
|
lappend_if [have_spec vesa] boot_modules vesa_drv
|
|
|
|
|
lappend_if [have_spec x86] boot_modules nic_drv
|
|
|
|
|
lappend_if [have_spec x86] boot_modules atapi_drv
|
|
|
|
|
lappend_if [have_spec pci] boot_modules pci_drv
|
|
|
|
|
lappend_if [have_spec ps2] boot_modules ps2_drv
|
|
|
|
|
lappend_if [have_spec framebuffer] boot_modules fb_drv
|
|
|
|
|
lappend_if [have_spec lan9118] boot_modules nic_drv
|
|
|
|
|
lappend_if [have_spec pl180] boot_modules sd_card_drv
|
|
|
|
|
|
|
|
|
|
if {[have_spec x86]} {
|
|
|
|
|
set initrd_uri "http://genode.org/files/release-11.11/l4lx/root-ia32-ginger.gz"
|
|
|
|
|