Re: How to enable interrupts in Eboot ?
From: Bruce Eitman \(eMVP\) (beitmannospam_at_NOSPAM_applieddata.NOSPAM_net)
Date: 02/28/05
- Next message: Bruce Eitman \(eMVP\): "Re: Difference between INC and GWE\INC folder"
- Previous message: uj: "Re: Win CE .net, IE 6.0, secure websites can not be displayed"
- In reply to: Walzer: "How to enable interrupts in Eboot ?"
- Next in thread: Dean Ramsier: "Re: How to enable interrupts in Eboot ?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 28 Feb 2005 08:43:05 -0500
That would be specific to your CPU. Enable interrupts in the interrupt
enable register, and put your interrupt handler in the appropriate vector.
You will need to throw everything that you know about Windows interrupt
handling out the door. Your boot loader is the OS at that time, so you are
single threaded and not synchronization objects.
-- Bruce Eitman (eMVP) Senior Engineer beitman AT applieddata DOT net Applied Data Systems www.applieddata.net An ISO 9001:2000 Registered Company Microsoft WEP Gold-level Member "Walzer" <JoeyWalzer@hotmail.com> wrote in message news:OeuL85VHFHA.2620@tk2msftngp13.phx.gbl... > Hi,all > I want to use RNDIS to implement bootloader, but when initializing USB, I have to enable interrupts in eboot. > In the original source code of eboot, it use polling. > How and where can I enable INTRs? > Thanks! > > -------------------------------------------------------- > J.Walzer >
- Next message: Bruce Eitman \(eMVP\): "Re: Difference between INC and GWE\INC folder"
- Previous message: uj: "Re: Win CE .net, IE 6.0, secure websites can not be displayed"
- In reply to: Walzer: "How to enable interrupts in Eboot ?"
- Next in thread: Dean Ramsier: "Re: How to enable interrupts in Eboot ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|