mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
parent
e0d9a04f67
commit
2afba3c137
@ -231,7 +231,7 @@ install_config {
|
||||
</route>
|
||||
</start>
|
||||
|
||||
<start name="drivers" caps="3000" priority="-1" managing_system="yes">
|
||||
<start name="drivers" caps="3100" priority="-1" managing_system="yes">
|
||||
<resource name="RAM" quantum="96M"/>
|
||||
<binary name="init"/>
|
||||
<route>
|
||||
|
@ -176,7 +176,7 @@ struct Driver_manager::Boot_fb_driver : Device_driver
|
||||
_pitch = _height = 0;
|
||||
}
|
||||
|
||||
size_t num_bytes() const { return _pitch * _height + 512*1024; }
|
||||
size_t num_bytes() const { return _pitch * _height + 1024*1024; }
|
||||
|
||||
bool valid() const { return _pitch * _height != 0; }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user