Sebastian Macke

Results 68 comments of Sebastian Macke
trafficstars

This one is a patch for the javaee/hello-world-rest example in https://github.com/payara/Payara-Examples ```diff diff --git a/javaee/hello-world-rest/build_and_run.sh b/javaee/hello-world-rest/build_and_run.sh new file mode 100755 index 0000000..cf08425 --- /dev/null +++ b/javaee/hello-world-rest/build_and_run.sh @@ -0,0 +1,2 @@...

Hi cveld, Javascript is like any other programming language. And with HTML5 we got a lot of awesome features. The SID files are actually machine code which you have to...

I get very similar error messages such as ``` riscv32-unknown-linux-gnu-gcc -Wl,--build-id=none -nostartfiles -nostdlib -static -march=rv32g -mabi=ilp32 -o pk pk.o -L. -lpk -lmachine -lsoftfloat -lutil -lgcc -T ../pk/pk.lds ..... toolchain32/lib/gcc/riscv32-unknown-linux-gnu/8.3.0/../../../../riscv32-unknown-linux-gnu/bin/ld: .......

Also works for me after I removed the d in ilp32d.

Just saw this "issue" accidental. I am already working on enhancement on virtio to support it. So jor1k will support it sooner or later. Who wants to write an opengl...

That looks already pretty promising. Unfortunately you can't do much at the moment. I can basically click in the menus. What do you think about implementing Minesweeper or Solitar?

I partly have implemented virtio gpu today. It is indeed just a little bit more advanced framebuffer what you get. However I hope for some hardware acceleration in the future....

Still haven't implemented it fully. But I see one good reason. Looks like you only have to update the screen on certain commands. Like during the flush command. A background...