-blog/issues/49#issuecomment-1409922456
--
Dan Connolly
http://www.madmode.com/
___
Genode users mailing list
users@lists.genode.org
https://lists.genode.org/listinfo/users
On Tue, Jan 31, 2023 at 12:38 AM Dan Connolly wrote:
> On Mon, Jan 30, 2023 at 2:08 PM Alexander Boettcher
> wrote:
> [...]
> > In the runtime file there are 3 places, at the head, at the vfs node and in
> > the routing rules (end of file). According to your posted link
o seems to be matched with
the part of the .
, , and seem to have some shared structure.
What's the binary of the tool for constructing the components graph?
I'm struggling to find it in
https://github.com/genodelabs/genode/blob/master/repos/gems/run/sculpt.run
I see
but like so many ot
/alex-ab/pkg/vbox6-block/ .
For my exact launcher and runtime, as well as more log context, see
https://github.com/dckc/madmode-blog/issues/49#issuecomment-1408787710
--
Dan Connolly
http://www.madmode.com/
___
Genode users mailing list
users@lists.genode.org
https://lists.genode.org/listinfo/users
"1", "4", "5", "6"), but I can't get
that to work. Are the names constrained to "block0", "block1" etc.? If
so, by which part of the system?
--
Dan Connolly
http://www.madmode.com/
___
Genode users mailing list
users@lists.genode.org
https://lists.genode.org/listinfo/users
ent-1407819827
p.s. I got falkon and screenshot working, but in that same issue 49,
note problem reports w.r.t
- shutdown / acpica
- ssh_client
- sneakernet (usb_drv)
--
Dan Connolly
http://www.madmode.com/
___
Genode users mailing list
us
-blog/pull/178
8065fc3 docs: init README for Genode on ThinkPad
thru
22bb88d docs(t430): cite genode users mailing list discussion
On Sat, Jan 28, 2023 at 2:00 AM Martin Stein
wrote:
>
> Happy to hear that :)
>
> On 28.01.23 08:54, Dan Connolly wrote:
> >
> > Yes! The VM bo
On Sat, Jan 28, 2023 at 12:59 AM Martin Stein
wrote:
>The USB-Devices part is the following:
>
>
>
>
>
> I hope this helps you.
Yes! The VM boots and I see the debian installer screen! Thanks!
--
Dan Connolly
http://www.madmode.com/
_
of type
'Genode::Rom_connection::Rom_connection_failed'
[runtime -> vm -> vbox] Warning: abort called - thread: EMT-0
--
Dan Connolly
http://www.madmode.com/
___
Genode users mailing list
users@lists.genode.org
https://lists.genode.org/listinfo/users
On Mon, Jan 23, 2023 at 8:09 AM Johnny Nunez wrote:
> Hi Dan,
>
> I got pass this error by pasting hard disk UUID in to different locations ,
> at the very top and at the very bottom.
Indeed. At the bottom in
as well as at the top.
Thanks. That addresses this issue. On to the next...
___
TcpNetInstDefaultDestroy:
VDIfTcpNetInstDefaultDestroy called, not implemented, eip=0x1802dfd
The full log is attached.
Any clues?
--
Dan Connolly
http://www.madmode.com/
[kernel] [ 0] TSC:260 kHz BUS:0 kHz DL
[kernel] [ 0] CORE:0:0:0 6:3a:9:4 [15]Intel(R) Core(TM) i5-3320M CPU @
2.60GHz
[kernel
s.
You/we really should make some cartoons out of that and get them on
the Genode web site :)
--
Dan Connolly
http://www.madmode.com/
___
Genode users mailing list
users@lists.genode.org
https://lists.genode.org/listinfo/users
> ... if anyone could point me at a screencast or video of setting up a
> virtual machine, I would very much appreciate it.
aha! found one:
https://genodians.org/m-stein/2020-06-17-cbe-linux-vm-video
https://www.youtube.com/watch?v=-UDo7sf-14E
--
Dan Connolly
http://www.madmo
-ocap list. Genode is 1st in the OS section.
https://github.com/dckc/awesome-ocap#os
On Sun, Jan 8, 2023 at 10:20 PM Dan Connolly wrote:
>
> I recently got a used ThinkPad just for genode. Over the holiday
> break, I managed to follow Schlatow's article[1] far enough to get
> dual boot
e could point me at a screencast or video of setting up a
virtual machine, I would very much appreciate it.
Again, I should probably study up on using VirtualBox in general. I'm
sure there are plenty of videos about that. But I suppose it can't
hurt to as
On Thu, Aug 5, 2021 at 2:20 PM Alexander Boettcher
wrote:
> pthread_attr_getstacksize and friends are supported on Genode
indeed. that works just fine. Thanks!
--
Dan Connolly
http://www.madmode.com/
___
Genode users mailing list
us
On Mon, Aug 9, 2021 at 7:59 AM Christian Helmuth
wrote:
> I had a look at your command line and it duplicates some arguments
> (see below) which may be the cause of this error.
> ...
> Please retry without the duplicate and report back.
It works!
Thank you very much.
--
Dan C
12
Any clues on how to diagnose / fix? What does (ld="no") mean?
--
Dan Connolly
http://www.madmode.com/
___
Genode users mailing list
users@lists.genode.org
https://lists.genode.org/listinfo/users
r_t attrs;
if (pthread_getattr_np(pthread_self(), &attrs) == 0) {
void* stackAddr;
size_t stackSize;
if (pthread_attr_getstack(&attrs, &stackAddr, &stackSize) == 0) {
return (char*)stackAddr + (4 * 1024);
}
}
return C_NULL;
#else
return C_NULL;
#endif
}
--
Dan Co
19 matches
Mail list logo