Hi,
I wanto to run uml with valgrind.
i folowed this instructions
http://uml.harlowhill.com/uml/Wiki.jsp?page=ValgrindingUML
I built kernel in usermode and i get an executable.
Now i wanted to use valgrind to do memory check to this executable.
But as soon run it i get an error. I googled it b
>From gdb, it has the following:
Program received signal SIGSEGV, Segmentation fault.
0x0828abd5 in _dl_non_dynamic_init () at dl-support.c:282
282 dl-support.c: No such file or directory.
in dl-support.c
LIne 282 is the line that compare PT_GNU_STACK:
for (uint_fast16_t i = 0; i