D
D
Dima Sokolov2018-05-07 15:50:21
C++ / C#
Dima Sokolov, 2018-05-07 15:50:21

Using interrupts in Windows OS?

Is it possible to program under Windows like in DOS using functions and interrupts? What is needed for this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jcmvbkbc, 2018-05-07
@dimka11

Is it possible to program under Windows like in DOS using functions and interrupts?

Depends on which interrupts you have in mind. If dosovsky int 21h - then Windows has its own API , if you mean "handle interrupts yourself" - then you need a kernel driver.
Functions can be used in general everywhere.

S
Sergey Gornostaev, 2018-05-07
@sergey-gornostaev

To do this, you need to write a kernel-mode driver.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question