diff --git a/README b/README index a7336d37050eb57512a4be2644d86799540c82be..57beb83840b3a6d54bb5227e7235f77a11ef3f6a 100644 --- a/README +++ b/README @@ -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).