Re: how can i disble irq15 through C/assembly programming.
- From: "Arkady Frenkel" <arkadyf@xxxxxxxxxxxxxxxx>
- Date: Thu, 25 Jan 2007 10:17:34 +0200
I never see assembly code that run on different CPU type :)
Arkady
"anton bassov" <soviet_bloke@xxxxxxxxxxx> wrote in message
news:1169677078.372451.46480@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Arkady,
Look at cli / sti - assembly opcodes
These opcodes enable and disable interrupts on a given CPU on
"all-or-none" basis, and this is not what the OP wants. Furthermore,
they affect only the given CPU, and the OP wants to disable IRQ for all
CPUs. Therefore, tricks with IF flag is of no help here - instead, you
have to do it via IOAPIC (on APIC HAL).
However, as Don properly pointed out, doing so is unwise, at least in
commercial-grade product that is meant to run of different computers
and HALs...
Anton Bassov
On Jan 24, 8:09 am, "Arkady Frenkel" <arka...@xxxxxxxxxxxxxxxx> wrote:
Look at cli / sti - assembly opcodes
Arkady
"shoeb" <shoeb....@xxxxxxxxxxxxxxx> wrote in
messagenews:uUmm%23F4PHHA.4296@xxxxxxxxxxxxxxxxxxxxxxx
how can i disble irq15 through C/assembly programming.
thanks- Hide quoted text -- Show quoted text -
.
- Follow-Ups:
- Re: how can i disble irq15 through C/assembly programming.
- From: anton bassov
- Re: how can i disble irq15 through C/assembly programming.
- References:
- how can i disble irq15 through C/assembly programming.
- From: shoeb
- Re: how can i disble irq15 through C/assembly programming.
- From: Arkady Frenkel
- Re: how can i disble irq15 through C/assembly programming.
- From: anton bassov
- how can i disble irq15 through C/assembly programming.
- Prev by Date: Re: Problem With DeviceIoControl IOCTL_STORAGE_MCN_CONTROL
- Next by Date: SetClipboardData and different formats, need different HGLOBAL objects?
- Previous by thread: Re: how can i disble irq15 through C/assembly programming.
- Next by thread: Re: how can i disble irq15 through C/assembly programming.
- Index(es):
Relevant Pages
|
Loading