Ring buffer overflow in fb_sdl

2015-01-27 Thread Tomasz Gajewski
Ring_buffer::Overflow exception in: for (;;) input_session.submit(wait_for_event()); What is the proper way to handle such situations? Should it block on submit call? Should submit call be wrapped with try/catch and retried after some time? -- Tomasz Gajewski

Issue in ACPI parsing code

2016-02-09 Thread Tomasz Gajewski
is not available but this was not checked. Attached patch fixed this issue for me. -- Tomasz Gajewski diff --git a/repos/os/src/drivers/acpi/acpi.cc b/repos/os/src/drivers/acpi/acpi.cc index 326d6e0..e2ed12c 100644 --- a/repos/os/src/drivers/acpi/acpi.cc +++ b/repos/os/src/drivers/acpi/acpi.cc @@ -1223,10

Porting applications strategy

2016-02-15 Thread Tomasz Gajewski
y could you provide some technical informations where are the most important parts of build system where I should look to be able to make such changes? -- Tomasz Gajewski -- Site24x7 APM Insight: Get Deep Visibility into

[SPAM] Re: Bender and GRUB1 "legacy"

2018-03-04 Thread Tomasz Gajewski
ptional for driver_manager - at least it doesn't seem to be when looking into code and without driver_manager there is no configuration in Sculpt to start framebuffer component. Tomasz Gajewski -- Check out the vibrant tech comm

[SPAM] Sculpt scenario and block devices

2018-03-04 Thread Tomasz Gajewski
implementation? Would such work be a good contribution? Or maybe you plan to reimplement this functionality in a less low level language? Nim? Tomasz Gajewski -- Check out the vibrant tech community on one of the world's most

Re: [SPAM] Sculpt scenario and block devices

2018-03-04 Thread Tomasz Gajewski
Josef Söntgen <josef.soent...@genode-labs.com> writes: > Hello Tomasz, > > thanks for the feedback! > > * Tomasz Gajewski <to...@wp.pl> [2018-03-04 12:09:56 +0100]: >> I can see block devices reported in /report/drivers/block_devices but >> I have two dis