Code for actual protected-mode entry
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Jul 2007 19:18:53 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 17:55:55 +0000 (10:55 -0700)
commit7052fdd890bda0b3904674b69a1d24aec0a10d67
treeaffabf35de94117520a70a6a0b289e236beb4344
parent5e8ddcbe8692ca9854991c6875d302fa7e424e3c
Code for actual protected-mode entry

This is the code which actually does the switch to protected mode,
including all preparation.  It is also responsible for invoking the
boot loader hooks, if present.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/boot/pm.c [new file with mode: 0644]
arch/i386/boot/pmjump.S [new file with mode: 0644]