mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
parent
de20d9010b
commit
f52eec5af7
@ -37,11 +37,11 @@ struct Framebuffer_controller
|
|||||||
void report_changed();
|
void report_changed();
|
||||||
|
|
||||||
Framebuffer_controller(Env &env)
|
Framebuffer_controller(Env &env)
|
||||||
: rom("connectors"),
|
: rom(env, "connectors"),
|
||||||
rom_sigh(env.ep(), *this, &Framebuffer_controller::report_changed),
|
rom_sigh(env.ep(), *this, &Framebuffer_controller::report_changed),
|
||||||
heap(env.ram(), env.rm()),
|
heap(env.ram(), env.rm()),
|
||||||
fs_alloc(&heap),
|
fs_alloc(&heap),
|
||||||
fs(fs_alloc, 128*1024, "")
|
fs(env, fs_alloc, "", "/", true, 128*1024)
|
||||||
{
|
{
|
||||||
rom.sigh(rom_sigh);
|
rom.sigh(rom_sigh);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user