Thread: Kernel mode

  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    33

    Kernel mode

    I was trying to use the _outp, _in functions in my code, but under windows xp those are priveleged instructions. How can I allow my program access to kernel mode (like device drivers) so I can use these commands?
    “Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. " -John Carmack

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    There are links in this thread.

    gg

  3. #3
    Registered User
    Join Date
    Jan 2004
    Posts
    33
    Thanks for the links.
    “Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. " -John Carmack

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. User mode and Kernel Mode
    By learner01 in forum Linux Programming
    Replies: 9
    Last Post: 08-10-2006, 08:20 PM
  2. User mode and Kernel mode
    By learner01 in forum C++ Programming
    Replies: 7
    Last Post: 08-09-2006, 02:38 PM
  3. CreateThread ?!
    By Devil Panther in forum Windows Programming
    Replies: 13
    Last Post: 11-15-2005, 10:55 AM
  4. Entering Kernel Mode
    By Lionel in forum Windows Programming
    Replies: 1
    Last Post: 07-05-2005, 07:58 PM
  5. Shortening main
    By pdstatha in forum C Programming
    Replies: 1
    Last Post: 04-03-2002, 04:56 PM