Search:

Type: Posts; User: Codeplug

Search: Search took 0.06 seconds.

  1. Damn infinite loops. Ctrl-C. gg

    Damn infinite loops. Ctrl-C.

    gg
  2. There is no mote, castle wall, or army. ...

    There is no mote, castle wall, or army.

    Developer Guides & Manuals | AMD

    IntelĀ® 64 and IA-32 Architectures Software Developer Manuals

    https://www.google.com/

    gg
  3. >> I haven't researched "DMA" but I'll bet that...

    >> I haven't researched "DMA" but I'll bet that it requires an extra processor in order to do the I/O while the main processor processes data internally.
    WRONG.
    DMA has been around since the first...
  4. >> ... and it doesn't need 2 "cores" (processors)...

    >> ... and it doesn't need 2 "cores" (processors) to overlap internal and external processing.
    And neither do PC's. The CPU can be doing whatever the hell it wants while the bus/disk-controller/disk...
  5. >> I have converted ADAM to run on Windows 32 bit...

    >> I have converted ADAM to run on Windows 32 bit but it is so restricted by the lame Windows operating system ...
    The only thing restricting you is your unwillingness to learn and understand new...
  6. >> Show me a PC that can be accessing data from a...

    >> Show me a PC that can be accessing data from a hard drive concurrently with processing data that it has accessed from the hard drive previously.
    I'm assuming you have a PC - look at it.
    ...
  7. >> How it works is a trade secret that I plan to...

    >> How it works is a trade secret that I plan to keep to myself.
    If you change your mind, a write up of your algorithms and data structures would receive a lot more peer review than releasing just...
  8. >> "Can you push the address of an ADAM control...

    >> "Can you push the address of an ADAM control block onto the Stack and issue a Call to a subroutine in C#?"
    I just realized that you probably meant "how do you call ADAMACMD(&acb) in C#". I don't...
  9. Here's where I found that "masm32 sdk" that...

    Here's where I found that "masm32 sdk" that contains the dll example code I mentioned earlier: MASM32 Home Page. Since I'm not familiar with masm32, I went to the example code to see how it does...
  10. >> "Can you push the address of an ADAM control...

    >> "Can you push the address of an ADAM control block onto the Stack and issue a Call to a subroutine in C#?"
    This sounds like you do need to support callbacks into whatever code is using your...
  11. Since you are targeting Win32, my advice is to...

    Since you are targeting Win32, my advice is to put your interface into a proper dll interface - the same type of interface that the Win32 API ("kernel" api to the OS) uses. This will allow trivial...
  12. >> Under WINDOWS, unlike under DOS, you can only...

    >> Under WINDOWS, unlike under DOS, you can only have one ADAM file open at any given time.
    >> Because under Windows the memory that your program uses has to be defined at compile time rather than...
  13. >> Under WINDOWS, unlike under DOS, you can only...

    >> Under WINDOWS, unlike under DOS, you can only have one ADAM file open at any given time.
    Why is that?

    gg
Results 1 to 13 of 13