Re: Memory write tracing/logging of an application / Watchpoints in Genode/Fiasco.OC

2018-02-04 Thread Josef Stark
Hey Martin, the next problem that I'm facing now is that I don't know how to access the instruction that caused the pagefault. I have the instruction pointer but not the instruction itself (opcode and operands). Your vinit code [1] uses an imprint to identify the corresponding Rm_client and

Re: Share a variable of Core with other components

2018-02-04 Thread Jaemin Park
Hi, I attempted to implement a read-only method to share a variable of Core. My attempt showed me an error as follows: Error: init -> tz_vmm -> ep: raised unhandled data abort DFSR=0x1008 ISFR=0x7 DFAR=0xc000 ip=0x70010c40 sp=0xe02fef00 My implementation is as follows(blue-colored parts): 1)

Regarding building NOVA kernel

2018-02-04 Thread ROHIT JAISWAL cs16m053
Hi, I have tried to build NOVA kernel but I am getting error. spawn qemu-system-x86_64 -no-kvm -display sdl -cpu core2duo -serial mon:stdio -m 512 -cdrom var/run/demo.iso -cdrom var/run/demo.iso -cdrom var/run/demo.iso qemu-system-x86_64: -display sdl: SDL

Re: Regarding building NOVA kernel

2018-02-04 Thread Stefan Kalkowski
Hello, On Mon, Feb 05, 2018 at 12:15:04PM +0530, ROHIT JAISWAL cs16m053 wrote: > Hi, > I have tried to build NOVA kernel but I am getting error. > > spawn qemu-system-x86_64 -no-kvm -display sdl -cpu core2duo -serial > mon:stdio -m 512 -cdrom