From 2ba28b67be40364421af4eb27fb6cb879fdcb2d0 Mon Sep 17 00:00:00 2001
From: Nadav Har'El <nyh@cloudius-systems.com>
Date: Sun, 17 Mar 2013 14:13:55 +0200
Subject: [PATCH] Small fixes in README - no need to run gdbserver (run.sh
 already does it) and instructions on how to run bench.jar

---
 README | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/README b/README
index a7336d370..57beb8384 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).
-- 
GitLab