Re: ASM noob - couple of questions



o//annabee wrote:
Maybe someone, could give us ASMERS access to the whole of the machine
through some DLL?
If someone wrote a DLL, which would run like a service of something, we
could all get access to the whole of the machine through it? Then we could
program the machine directly whenever needed? Have anyone written such a
library?`Is it possible to bring a client program into ring 0 with such a
library? For instance, would such a service give access to program windows
using the real underlying interrupts? Could one for instance take windows
to Fullscreen mode, and disable most of the system, and create sort of
like an embedded OS on it?

It won't accomplish much on a multi-tasking OS like Win XP. I think
writing a driver can give you direct access to many hardware features,
but I'm not sure you'll actually gain much. On the other hand, such a
service would expose your code to the actual hardware and thus YOU
would have to write an exponentially larger amount of code to work with
the large number of hardware devices available.

Even a device driver would still depend on a large number of things for
the Windows kernel. What you would end up doing is replace all the
tested drivers supplied with Windows and the hardware manufacturers
with versions of your own, and your program is not likely to gain much.
Indeed, embedding virtual machines within the host OS will only slow
things down.

If you really want to access, interrupts and the like, it is better to
use OS'es designed for such purposes.

.



Relevant Pages

  • Re: Device Driver that uploads its own code?
    ... driver to implement an adaptive timing loop; ... respond/interact with hardware with microsecond precision. ... real-time and linear, the idea of fluctuating state and variable latency ... where the connection to Windows is largely ...
    (microsoft.public.win32.programmer.kernel)
  • RE: After Reboot Get an error message "Seriours Error" Help Please
    ... have not added any hardware to my HP Pavilion a450n system or software. ... OCA either reports a failure in a device driver or video card. ... drivers are up to date and Windows certified. ... For additional details see the link to error code ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Accessing peripherals from a managed application
    ... File Type: DLL ... to access to the driver from a managed application. ... Somehow figure out the headers contained in coredll.dll ... Call on the imported functions to access the hardware. ...
    (microsoft.public.windowsce.app.development)
  • Re: unmountable boot volume blue screen error
    ... It's always hard to narrow down a boot failure. ... intelppm.sys -Processor Device driver. ... purpose but I suspect disconnecting hardware is not a solution. ... screen) but it just keeps going to the windows screen telling you ...
    (microsoft.public.windowsxp.general)
  • RE: After Reboot Get an error message "Seriours Error" Help Please
    ... What are the Windows error codes? ... device drivers or incompatible hardware. ... Driver Verifier to Troubleshoot Device Drivers in Windows 2000 may help." ... For additional details see the link to error code ...
    (microsoft.public.windowsxp.help_and_support)