Re: what is x86 entry point?

From: Chris Friesen
Date: Fri Oct 01 2010 - 14:58:58 EST


On 10/01/2010 09:27 AM, khaled MOHAMMED atteya wrote:
> I want to know where is entry point for x86 arch?
> Also i read on some papers there are many entry points in kernel ,
> which are these?

Take a look at arch/x86/kernel/entry_32.S (or entry_64.S) for starters.

Conceptually you can get into the kernel via old-school system calls,
the sysenter mechanism, page faults, interrupts, etc.

Chris


--
Chris Friesen
Software Developer
GENBAND
chris.friesen@xxxxxxxxxxx
www.genband.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/