Re: compiling got me a sculpt.iso file, wanted a scult.img file

2024-12-01 Thread Ivan Loskutov
Hi, You need to change QEMU_RUN_OPT in build/x86_64/etc/build.conf to image/disk instead of image/iso. -- Best Regards Ivan Loskutov On Sun, Dec 1, 2024 at 5:44 PM Paul Dufresne via users wrote: > > make -C build/x86_64 run/sculpt KERNEL=nova BOARD=pc > got me: > [paul@betakard gen

Re: seoul vmm in qemu

2024-01-09 Thread Ivan Loskutov
test on a Gen12 notebook looks good so far. Cheers, Alex. On 1/3/24 10:53 PM, Ivan Loskutov wrote: Hi Alexander,  > So, you may try to whitelist the access in _handle_wrmsr_intel [2]. At  > moment the functionality of [0] is not supported/emulated. Thank you for the quick response. I

Re: seoul vmm in qemu

2024-01-03 Thread Ivan Loskutov
Hi Alexander, > So, you may try to whitelist the access in _handle_wrmsr_intel [2]. At > moment the functionality of [0] is not supported/emulated. Thank you for the quick response. It works now. -- Best Regards Ivan Loskutov ___ Genode

seoul vmm in qemu

2024-01-03 Thread Ivan Loskutov
msr 2ff0 <-(0:2000) at 8101854f I suspect that it can be related to CPU. On PC I have i5-9600K, on laptop - i7-1270P. Any ideas on how to fix it? Thanks! -- Best Regards Ivan Loskutov ___ Genode users mailing list users@lists.genode.org http

Re: Roadmap 2024

2024-01-03 Thread Ivan Loskutov
. Thanks for the pointer. I remember you talked about it, but I've never tried searching for sources. I may find some new ideas there. Best Regards Ivan Loskutov ___ Genode users mailing list users@lists.genode.org https://lists.genode.org/listinfo/users

Re: Roadmap 2024

2024-01-01 Thread Ivan Loskutov
and reduce the number of copies for framebuffers data. So, stay tuned :) -- Best Regards Ivan Loskutov On Sun, Dec 31, 2023 at 11:23 PM Jean-Philippe Ouellet wrote: > > On Sat, Dec 30, 2023, 5:13 PM Ivan Loskutov wrote: > > > > Hello Norman and Genodians, > > > >

Re: Roadmap 2024

2023-12-30 Thread Ivan Loskutov
https://vanner.me/genode_wayland.mp4 -- Best Regards Ivan Loskutov -- Best Regards Ivan Loskutov On Thu, Dec 21, 2023 at 4:58 PM Norman Feske wrote: > > Hello everyone, > > in his most recent posting, Credric already noted that now is the time > of year again to reflect on our achie

Re: Roadmap 2021

2021-01-11 Thread Ivan Loskutov
t the Framebuffer first. Then I will add I2C and TouchScreen drivers, and it should be easy. Also, I need to clean up my existing code and rebase it to the current Genode master. I hope at least something from my work could help Norman's effort and all Genodians community. -- Best Regards Iva