changeset 119:53d8cb470dc7

top README update
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sat, 09 Apr 2016 05:30:59 +0000
parents eddfcbdc0225
children 5ad9ee0153e6
files README
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sat Apr 09 05:21:38 2016 +0000
+++ b/README	Sat Apr 09 05:30:59 2016 +0000
@@ -31,6 +31,8 @@
    all those modules which have not been source-reconstructed yet.  Do likewise
    for l1_int.
 
+   [Update: the copyblobs.sh script does this job now.]
+
 3. Run ./winebuild.sh again.  As long as the dummy C files have not been
    touched and the copied-in objects have newer timestamps, the dummies won't
    be recompiled and the copied-in objects won't get blown away.  TI's make
@@ -54,3 +56,6 @@
    from freecalypso-reveng, and compare against the disassembly of the
    original ("official") binary blob version we got.  Massage the reconstructed
    source until it compiles into object code that matches the original.
+
+   [Update: use the scripts under g23m/objdiff to facilitate the disassembly
+    and diffing.]