Search:

Type: Posts; User: AxessTerminated; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    15,385

    I want to be able to compile this, try it out,...

    I want to be able to compile this, try it out, make changes...I've always wanted to get into Linux driver development...but I'm still a bit new to C++, so I'm learning with DOS first.


    A_T
  2. Replies
    7
    Views
    15,385

    Update: I've tried compiling with Dev-C++. Here's...

    Update: I've tried compiling with Dev-C++. Here's the output and all the errors.

    Compiler: Default compiler
    Compiler: Default compiler
    Executing g++.exe...
    g++.exe "C:\Documents and...
  3. Replies
    7
    Views
    15,385

    Well, how would I go about compiling this as TSR?...

    Well, how would I go about compiling this as TSR? I use Dev-C++ 5. Also, after I compile it, it's going to leave me with keyboard.exe, can I just change the extension to .DRV and try it out? Maybe I...
  4. Replies
    7
    Views
    15,385

    So I can use a TSR compiler to compile this as...

    So I can use a TSR compiler to compile this as EXE or COM? I'd then rename it to .DRV and copy it to a DOS floppy?

    Any TSR compilers you reccommend?

    A_T
  5. Replies
    7
    Views
    15,385

    Writing a keyboard driver

    Okay, I found a simple tutorial on writing a keyboard driver: http://www.geocities.com/dev_das_2k/keyboard_driver.html

    The code:



    #include <stdio.h>
    #include <dos.h>
    #include...
Results 1 to 5 of 5