The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: shakuni on October 24, 2007, 12:48:10 PM

Title: native applications or device drivers?
Post by: shakuni on October 24, 2007, 12:48:10 PM
Please answer this question,do (native mode applications)==(protected mode applications)==(device drivers)?
If not,what's the difference?
Title: Re: native applications or device drivers?
Post by: evlncrn8 on October 24, 2007, 02:07:37 PM
answered you on the other forum...
device drivers = native mode (check the subsystem in their pe header)
anything runnning under windows is in protected mode....