Partitioned Scheduling

2016-09-02 Thread Edinger, Stefan
Hi,

we are using Genode on Fiasco.OC and want to use different Scheduler for 
different CPU-Cores.
Is there a way to assign a Scheduler to a CPU-Core in Genode?

Thank you
Stefan Edinger
--
___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main


Assembly at 33C3?

2016-09-02 Thread Johannes Schlatow
Hi Genode hackers,

recently, the call for participation for the 33th Chaos Communication Congress 
[1] has been released, an amazing event I very much enjoy attending for quite a 
few years now.

This year, I'm thinking about organising an assembly at which I can focus on 
some side projects of mine that are partly Genode related.

For those of you who are not familiar with the concept: An assembly is a 
self-organised get-together and typically targeted at a certain topic. I.e. it 
can be a place for exchanging ideas, lively discussion and even collaborative 
hacking, and all of this for the entire congress. ;-)

As the Genode community seems to be growing, I'd like to ask whether someone 
here is 1) considering attending the 33C3 and 2) interested in an assembly 
about Genode-related projects?

@GenodeLabs:
I reckon that the date of the congress might not be very convenient for some of 
you. Nevertheless, I think it'd be great having one or more Genode experts at 
the congress to represent the project properly. I also see the opportunity for 
you to do some tutorials, e.g. for the Turmvilla/Heeselicht scenario.

[1] 
https://events.ccc.de/2016/09/01/call-for-participation-33rd-chaos-communication-congress-en/

--
___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main


Re: VirtualBox on Genode

2016-09-02 Thread Alexander Boettcher
Hello,

On 02.09.2016 00:04, Yevgeny Lavrov wrote:
> 1) Where should I put Tinycore Linux .iso file? It says save it as
> bin/test.iso in the similar thread "running VirtualBox on Genode" on Genode
> mailing lists. Is it /build/nova_x86_64/bin directory that gets

Yes.

> 2) Where should I add  " file="/iso/test.iso"/>" ?

Not needed, see below.

> 3) Where to execute make run/virtualbox? I assume it's my build directory.

Yes, call in your build directory, /build/nova_x86_64,

make run/virtualbox

> However, executing it in my build directory results in Error: no run script
> for virtualbox.

The effectively used run script is located in
$(GENODE_DIR)/repos/ports/run/virtualbox.run, so you have to add also
the "ports" directory to your build.conf file.

So do the same as with "libports", in your words:

uncommented REPOSITORIES += $(GENODE_DIR)/repos/ports line in
/build/nova_x86_64/etc/build.conf


Cheers,

Alex.

--
___
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main