Re: Roadmap 2021

2020-12-18 Thread Colin Parker
Hi Everybody, As a hobbyist who's been following Genode for about a year now (I was running Sculpt on my home computer for a few months), I thought I would offer a few thoughts. Since I mostly do stuff for fun and at a slow pace, I don't expect to be influential in any serious way, but perhaps t

Re: mmap implementation for ANON mapping with desired address

2020-12-18 Thread Alexander Tormasov via users
> tor> ok. while question - how to call «configure» from it? the > main reason why I make it inside «port/noux» - it allow to call > configure from target.mk. I am against approach to extract list > of files and compile them. This operation need to be done every > new version of soft to be port rel

Re: mmap implementation for ANON mapping with desired address

2020-12-18 Thread Alexander Tormasov via users
Hello, > > Unfortunately, I am currently occupied with other tasks and only skimmed > over your reposonse so far. From what I gathered things are not as easy > as I thought them too be, which is whay I am going to spend some time > over christmas to look into Golang's internals (I guess o

Re: Roadmap 2021

2020-12-18 Thread Johannes Schlatow
Hi all, I like Norman's vision of having a Genode-based mobile phone by the end of 2021 and am stoked to contribute to this mission. I almost ordered a pinephone some weeks ago but talked myself out of it because I was not ready to put in a lot of work. Yet, the perspective of running Genode on th

My roadmap

2020-12-18 Thread Michael Grunditz
Hi everyone, I was reading the 2020 reflections on Genode. Here is my plans for 2021 related to Genode: 1) Make the RK3399 port complete which for example includes PineBook Pro. HDMI will be easy, and I think eDP will be as well. The question is if doing it with DDE-Linux or from scratch. The RK

Roadmap 2021

2020-12-18 Thread Norman Feske
Dear Genode community, the end of the strange year 2020 comes in sight. So now it is time to kick off our annual road-map discussion. I'll keep up with our tradition of reviewing the past 12 months from my personal perspective, dropping my ideas for the upcoming year, and inviting you to share you

Re: mmap implementation for ANON mapping with desired address

2020-12-18 Thread Sergey Platonov
Hi all tor> ok. while question - how to call «configure» from it? the main reason why I make it inside «port/noux» - it allow to call configure from target.mk. I am against approach to extract list of files and compile them. This operation need to be done every new version of soft to be port rel