Hello
I have managed to build unicorn and to some extent it works..
http://micken.se/pix/genode_unicorn.jpg
The little piece of arm code has been emulated , put 0x1234 into R0.
But as you can see there are a whole lot of issues.
Is it possible to use Genode api inside a libc app? I hope so.
Michael
On Mon, 16 Jan 2023 at 02:42, Michael Grunditz michael.grunditz@gmail.com wrote:
Hello
I have managed to build unicorn and to some extent it works..
http://micken.se/pix/genode_unicorn.jpg
The little piece of arm code has been emulated , put 0x1234 into R0.
But as you can see there are a whole lot of issues.
Is it possible to use Genode api inside a libc app? I hope so.
Michael
Much better , but the thumb tests fails big:
On Mon, 16 Jan 2023 at 03:05, Michael Grunditz michael.grunditz@gmail.com wrote:
On Mon, 16 Jan 2023 at 02:42, Michael Grunditz michael.grunditz@gmail.com wrote:
Hello
I have managed to build unicorn and to some extent it works..
http://micken.se/pix/genode_unicorn.jpg
The little piece of arm code has been emulated , put 0x1234 into R0.
But as you can see there are a whole lot of issues.
Is it possible to use Genode api inside a libc app? I hope so.
Michael
Much better , but the thumb tests fails big:
And behold , there is BASIC: http://micken.se/pix/genode_bbc.jpg
Hello,
Perhaps someone can tell me if it is possible to set a flush setting on the log device. Right now it doesn't print everything ( and I remember that from before) . Before I removed some extra printouts , basic also displayed the available ram. I can do fflush in my SWI catcher , but that isn't optimal.
Michael
On Mon, 16 Jan 2023 at 12:53, Michael Grunditz michael.grunditz@gmail.com wrote:
Hello,
Perhaps someone can tell me if it is possible to set a flush setting on the log device. Right now it doesn't print everything ( and I remember that from before) . Before I removed some extra printouts , basic also displayed the available ram. I can do fflush in my SWI catcher , but that isn't optimal.
Michael
I can run a program! I need to see if terminal can be configured to echo , typing blindly as you can see.