<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12/03/2013 07:51 PM, Jack Ramien
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAO68iuiqutH3WnTYqpovvXNA4ZVudp8X3zVfoQk4LYtJZbWmYQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>Hello,<br>
            </div>
          </div>
          <br>
        </div>
        <div>I'm trying to find out if there are any documentation about
          what APIs are available for VBox plugin, memory management
          APIs in particular. Is there any place where such docs can be
          found?<br>
        </div>
      </div>
    </blockquote>
    <br>
    There is the SDK documentation which is included in the SDK zip file
    available here: <a class="moz-txt-link-freetext" href="https://www.virtualbox.org/wiki/Downloads">https://www.virtualbox.org/wiki/Downloads</a><br>
    <br>
    <blockquote
cite="mid:CAO68iuiqutH3WnTYqpovvXNA4ZVudp8X3zVfoQk4LYtJZbWmYQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>Secondly, I'm wondering what VMMR0, VMMR3, VMMRC (ring
              0, etc.. ?) mean. Is there any doc that help me understand
              this?<br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    These are VirtualBox internals for which one can generate doxygen
    output but I don't think if we publish these. However, since it's
    all open source, generating it from OSE tarball shouldn't be too
    difficult.<br>
    <br>
    VMM stands for Virtual Machine Monitor, and R0, R3, RC, RZ are
    various contexts in which the code executes. However, do remember
    that sometimes it can be a bit confusing if you go purely by the
    doxygen comments and not look into what the code actually does, as
    there might be the odd obsolete comment or more likely, for
    historical reasons why something continues to be named the way it
    is.<br>
    <br>
    Regards,<br>
    Ram.<br>
    <br>
    <blockquote
cite="mid:CAO68iuiqutH3WnTYqpovvXNA4ZVudp8X3zVfoQk4LYtJZbWmYQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div><br>
              Thank you very much!<br>
            </div>
          </div>
          Jack</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
vbox-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>
<a class="moz-txt-link-freetext" href="https://www.virtualbox.org/mailman/listinfo/vbox-dev">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>