Skip to content
Snippets Groups Projects
Commit 2ba28b67 authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Small fixes in README - no need to run gdbserver (run.sh already does it)

and instructions on how to run bench.jar
parent 66a2c50c
No related branches found
No related tags found
No related merge requests found
......@@ -39,17 +39,11 @@ To run OSv
2) connect a debugger
---------------------
c-a c
(qemu) gdbserver
In another terminal:
# gdb build/debug/loader.elf
(gdb) connect
(gdb) osv syms
(gdb) bt
Tracing
=======
Uncomment the "tracing-flags =" line in build.mak, and rebuild.
......@@ -61,3 +55,11 @@ To run OSv
osv trace
gdb.txt will contain the the trace.
Running java benchmarks
=======================
After running "make", do
scripts/imgedit.py setargs build/debug/loader.img java.so -jar bench.jar
and then run normally (sh scripts/run.sh).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment