<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi<br>
<br>
How I am supposed to call real mode DOS stuff from 32 bit code?<br>
<br>
Best Regards<br>
Morten R&oslash;nne<br>
<br>
Dmitry Timoshkov wrote:
<blockquote cite="mid:20100421124105.2623ac0b.dmitry@codeweavers.com"
 type="cite">
  <pre wrap="">Morten R&oslash;nne <a class="moz-txt-link-rfc2396E" href="mailto:morten.roenne@tdcadsl.dk">&lt;morten.roenne@tdcadsl.dk&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I can't see what I should have missed in Makefile.in for this to fail. I would
expect the needed rules would be made automatically when creating the final
Makefile with make depend.

I can run tests in kernel32 just fine.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
1. You went in the wrong direction by choosing to write the tests in asm.
2. It should be acceptable to add the tests in kernel32 (you won't be able
to call 16-bit APIs directly or link to 16-bit libraries anyway).

  </pre>
</blockquote>
<br>
</body>
</html>