Help - Search - Members - Calendar
Full Version: Xbox Irqls (interrupt Request Levels)?
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > Development
_zlinky
Hey, does anybody have a list of all of the Xbox's IRQLs? A list similar to this?

http://en.wikipedia.org/wiki/Interrupt_request (x86 IRQs)

Are the PC's and Xbox's IRQLs the same? Thanks.
openxdkman
If I remember well (you can see that in src/hal, in openxdk source files)

Irq 1 = USB (see input.c)
Irq 2 = Hard disk? (pure guess, unused by openxdk I think)
Irq 3 = GPU (see video.c, also pbKit will override openxdk's control over it)
Irq 4 = Network (see pktdrv.c, xbox1 network driver for openxdk)
Irq 5 = Sound? (I don't remember well, unused so far in openxdk -chat?-)
Irq 6 = Sound (see audio.c)
_zlinky
QUOTE(openxdkman @ Aug 28 2007, 01:39 AM) *

If I remember well (you can see that in src/hal, in openxdk source files)

Irq 1 = USB (see input.c)
Irq 2 = Hard disk? (pure guess, unused by openxdk I think)
Irq 3 = GPU (see video.c, also pbKit will override openxdk's control over it)
Irq 4 = Network (see pktdrv.c, xbox1 network driver for openxdk)
Irq 5 = Sound? (I don't remember well, unused so far in openxdk -chat?-)
Irq 6 = Sound (see audio.c)


Alright, that sheds alot more light on things, thanks alot. I'm sure with a little more work I could find out the unknowns.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.