From kato-commits-return-531-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Sun Jul 26 10:10:00 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 67824 invoked from network); 26 Jul 2009 10:10:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jul 2009 10:10:00 -0000 Received: (qmail 74794 invoked by uid 500); 26 Jul 2009 10:11:05 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 74778 invoked by uid 500); 26 Jul 2009 10:11:05 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 74768 invoked by uid 99); 26 Jul 2009 10:11:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 10:11:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 10:10:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2F44B238889D; Sun, 26 Jul 2009 10:10:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r797898 - in /incubator/kato/trunk/org.apache.kato/kato.docs/src: docbkx/chapters/API.xml docbkx/chapters/appendix.xml docbkx/figures/architecture.png docbkx/figures/architecture.svg docbkx/figures/process.svg xslt/packagecontents.xslt Date: Sun, 26 Jul 2009 10:10:30 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090726101031.2F44B238889D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Sun Jul 26 10:10:30 2009 New Revision: 797898 URL: http://svn.apache.org/viewvc?rev=797898&view=rev Log: added in images as svg form and did some more tidy up Added: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/process.svg Removed: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/architecture.png Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/appendix.xml incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/architecture.svg incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagecontents.xslt Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml?rev=797898&r1=797897&r2=797898&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml Sun Jul 26 10:10:30 2009 @@ -21,18 +21,25 @@ The architecture that these packages represent can be visualised as seen below + In this diagram the white boxes represent the API, the yellow boxes represent implementations that translate + from specific dump formats to the API structure and the red boxes represent the various types of dump that can be + found. - - + + - - +
Usage - + + + + + +
Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/appendix.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/appendix.xml?rev=797898&r1=797897&r2=797898&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/appendix.xml (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/appendix.xml Sun Jul 26 10:10:30 2009 @@ -9,8 +9,8 @@ xmlns:db="http://docbook.org/ns/docbook"> Appendix -Common Register Names - +Common Register Names +
IA32 @@ -29,7 +29,7 @@
- +
IA64 @@ -210,7 +210,7 @@ - + Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/architecture.svg URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/architecture.svg?rev=797898&r1=797897&r2=797898&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/architecture.svg (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/architecture.svg Sun Jul 26 10:10:30 2009 @@ -2,7 +2,7 @@ @@ -58,7 +58,7 @@ id="rect2389" style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.4838008;stroke-linejoin:round;stroke-opacity:1" /> @@ -264,4 +264,11 @@ y="353.95871" id="tspan3281" style="font-size:12.80000019px">Implementations + Added: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/process.svg URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/process.svg?rev=797898&view=auto ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/process.svg (added) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/figures/process.svg Sun Jul 26 10:10:30 2009 @@ -0,0 +1,1095 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Javaelements + Libraries& other processelements + Virtual Machine Instance + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dumps + + + Running Process + + + Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagecontents.xslt URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagecontents.xslt?rev=797898&r1=797897&r2=797898&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagecontents.xslt (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagecontents.xslt Sun Jul 26 10:10:30 2009 @@ -119,6 +119,7 @@ + @@ -126,6 +127,7 @@ extends + @@ -214,6 +216,7 @@ --> + @@ -223,15 +226,16 @@ - ( - - - - - - - - ) + ( + + + + + + + + ) +