Re: Running demo on Virtualbox

2016-02-11 Thread Paulo
It was a silly thing after all: I was expecting run/demo to run X itself or run on framebuffer somehow, so I didn't actually have X started. Starting X and doing `DISPLAY=:0 make run/demo` did it. I'll move on to actually writing code now. Thanks! /Paulo On Thu, Feb 11, 2016 at 10:06 AM,

Re: Running demo on Virtualbox

2016-02-11 Thread Sebastian Sumpf
Hi Paulo, On 02/10/2016 05:30 PM, Paulo wrote: > Hi Sebastian, > > Thanks for the feedback. > >> Currently Genode outputs some error messages that might be misleading, >> but are necessary for us developers. "Quota exceeded!" is one of them. >> This means the configured component or program

Re: Running demo on Virtualbox

2016-02-10 Thread Paulo
Hi Sebastian, Thanks for the feedback. > Currently Genode outputs some error messages that might be misleading, > but are necessary for us developers. "Quota exceeded!" is one of them. > This means the configured component or program memory quota in Genode's > 'config' file does not suffice,

Re: Running demo on Virtualbox

2016-02-06 Thread Sebastian Sumpf
Hi Paulo, On 02/04/2016 04:04 PM, Paulo wrote: > Hi all, > > I'm trying to get the genode demo to run on Virtualbox, from a windows > server 2012 box. > I've been to the (awesome) Sunday talk at FOSDEM and the prospect of > getting genode running on my personal laptop is really exciting, but I'd