Search:

Type: Posts; User: DRDOS

Search: Search took 0.01 seconds.

  1. Thread: asm issue

    by DRDOS
    Replies
    8
    Views
    2,037

    Funny, in this forum I always have to post the...

    Funny, in this forum I always have to post the solution by myself...
    Maybe this helps others too:
    The issue is that newer boards can have more than 1 pci bus, and if not specified
    bus number 0 is...
  2. Thread: asm issue

    by DRDOS
    Replies
    8
    Views
    2,037

    switch_pci: WORD switch_pci = 0xB10C; ...

    switch_pci:


    WORD switch_pci = 0xB10C;


    mon is address of specific PCI adapter, retrieven by:


    for (i=0;i<4;i++) // search for crt-controllers
  3. Thread: asm issue

    by DRDOS
    Replies
    8
    Views
    2,037

    It's pure DR-DOS OS (what else) and really it's...

    It's pure DR-DOS OS (what else) and really it's just another CPU and also a much faster board...I hope that the PCI adapters can manage this.. :eek:
  4. Thread: asm issue

    by DRDOS
    Replies
    8
    Views
    2,037

    asm issue

    I am not familiar with assembler, so I hope that somebody might help me with this:

    My program controls 2 PCI grafic cards. Using the asm commands:


    asm { // activate new crt-controller
    ...
  5. Replies
    2
    Views
    1,922

    I am selling a complete system, including the DOS...

    I am selling a complete system, including the DOS PC. That is why i am allowed to read/write into "nowhere". I just want to avoid that customers can easily clone the HD.
  6. Replies
    2
    Views
    1,922

    copy protection for 16 bit DOS app

    Hi all, I need to implement a copy protection for a DOS based application. I prefer not to use any Dongle stuff as this requires too much mem. I know that there are possibilities to read/write into...
  7. Thread: FLC / FLI player

    by DRDOS
    Replies
    0
    Views
    1,453

    FLC / FLI player

    Hi,

    I am developing an application that runs on pure DOS OS (DRDos) and I need to play (Autodesk's) FLC/FLI animations. I do have a library from Genus Microprogramming and it works fine but I do...
  8. Replies
    4
    Views
    1,548

    Thanks for your postings :D , The links...

    Thanks for your postings :D ,

    The links there (http://www.mpeg.org/MSSG/#dos) are dead !?
    Anyway, i am looking for source code and libraries and not for programs.

    Any help ?
  9. Replies
    4
    Views
    1,548

    play mpeg/avi in C

    Hi all,

    I need to play mpeg (or AVI) on a DOS PC,
    are there any libs in C ?

    Marcel
  10. Replies
    7
    Views
    3,518

    Just for information. I found a nice tool for...

    Just for information.
    I found a nice tool for tcp/ip communication for DOS:
    http://www.ertos.com/ and http://www.wattcp.com
    http_d is kind of a socket (on DOS) that can become access easily e.g....
  11. Replies
    7
    Views
    3,518

    Well thanks for your postings..I don't have the...

    Well thanks for your postings..I don't have the knowledge to implement any interrput stuff, I think that I will try to realize the communication through a database that is located on a shared drive....
  12. Replies
    7
    Views
    3,518

    Thanks, but I am actually a Java Developer and...

    Thanks,
    but I am actually a Java Developer and not familiar with dark, basic hardware implementations.. as a matter of fact I need to code in C for my DOS clients thus I am searching for example...
  13. Replies
    7
    Views
    3,518

    DOS network-communication (NETBEUI)

    Hi

    I have many DOS clients on my LAN and I need to realize a communication tool based on NETBEUI protocol, does anybody know where i can get examples and source code (in C) ?
    Network is working,...
Results 1 to 13 of 13